Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/debian/7/templates/web/apache2/basedir.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AllowOverride All
SSLRequireSSL
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/debian/7/templates/web/apache2/basedir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/debian/7/templates/web/apache2/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
</Directory>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/7/templates/web/apache2/phpcgi.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/debian/7/templates/web/apache2/phpcgi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/debian/7/templates/web/apache2/phpfcgid.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/7/templates/web/apache2/phpfcgid.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/8/templates/web/apache2/basedir.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AllowOverride All
SSLRequireSSL
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/debian/8/templates/web/apache2/basedir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/debian/8/templates/web/apache2/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
</Directory>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/8/templates/web/apache2/phpcgi.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/debian/8/templates/web/apache2/phpcgi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/debian/8/templates/web/apache2/phpfcgid.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/8/templates/web/apache2/phpfcgid.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/9/templates/web/apache2/basedir.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AllowOverride All
SSLRequireSSL
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/debian/9/templates/web/apache2/basedir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/debian/9/templates/web/apache2/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
</Directory>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/9/templates/web/apache2/phpcgi.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/debian/9/templates/web/apache2/phpcgi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/debian/9/templates/web/apache2/phpfcgid.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/debian/9/templates/web/apache2/phpfcgid.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/5/templates/web/httpd/basedir.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AllowOverride All
SSLRequireSSL
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/5/templates/web/httpd/basedir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/5/templates/web/httpd/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
</Directory>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/5/templates/web/httpd/phpcgi.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/5/templates/web/httpd/phpcgi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/5/templates/web/httpd/phpfcgid.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/5/templates/web/httpd/phpfcgid.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/6/templates/web/httpd/basedir.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AllowOverride All
SSLRequireSSL
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/6/templates/web/httpd/basedir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/6/templates/web/httpd/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
</Directory>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/6/templates/web/httpd/phpcgi.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/6/templates/web/httpd/phpcgi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/6/templates/web/httpd/phpfcgid.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/6/templates/web/httpd/phpfcgid.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/7/templates/web/httpd/basedir.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AllowOverride All
SSLRequireSSL
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/7/templates/web/httpd/basedir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/7/templates/web/httpd/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
</Directory>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/7/templates/web/httpd/phpcgi.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/7/templates/web/httpd/phpcgi.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
Action phpcgi-script /cgi-bin/php
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/7/templates/web/httpd/phpfcgid.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLRequireSSL
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/rhel/7/templates/web/httpd/phpfcgid.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
<Files *.php>
Expand Down
2 changes: 1 addition & 1 deletion install/ubuntu/12.04/templates/web/apache2/basedir.stpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AllowOverride All
SSLRequireSSL
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
2 changes: 1 addition & 1 deletion install/ubuntu/12.04/templates/web/apache2/basedir.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
php_admin_value open_basedir %docroot%:%home%/%user%/tmp:%home%/%user%/web/%domain%/private
php_admin_value upload_tmp_dir %home%/%user%/tmp
php_admin_value session.save_path %home%/%user%/tmp
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@%domain_idn%"
Expand Down
Loading