mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Release 0.9.8-16
This commit is contained in:
parent
e49317b9d0
commit
c59b6230a2
161 changed files with 521 additions and 159 deletions
3
install/rhel/7/templates/web/httpd/phpcgi.stpl
Executable file → Normal file
3
install/rhel/7/templates/web/httpd/phpcgi.stpl
Executable file → Normal file
|
@ -15,6 +15,9 @@
|
|||
SSLRequireSSL
|
||||
AllowOverride All
|
||||
Options +Includes -Indexes +ExecCGI
|
||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||
php_admin_value session.save_path %home%/%user%/tmp
|
||||
Action phpcgi-script /cgi-bin/php
|
||||
<Files *.php>
|
||||
SetHandler phpcgi-script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue