Release 0.9.8-16

This commit is contained in:
Serghey Rodin 2016-06-27 14:30:39 +03:00
commit c59b6230a2
161 changed files with 521 additions and 159 deletions

3
install/rhel/5/templates/web/httpd/phpcgi.tpl Executable file → Normal file
View file

@ -14,6 +14,9 @@
<Directory %docroot%>
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