From c4a3227f31e3f60d54fcfd7e1aa49cd1b91c5758 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sat, 11 May 2013 12:22:40 +0300 Subject: [PATCH] AllowOverride in the hosting template --- install/0.9.7/rhel/templates/web/apache/hosting.stpl | 2 +- install/0.9.7/rhel/templates/web/apache/hosting.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/0.9.7/rhel/templates/web/apache/hosting.stpl b/install/0.9.7/rhel/templates/web/apache/hosting.stpl index 807ee438..2a5a7b86 100755 --- a/install/0.9.7/rhel/templates/web/apache/hosting.stpl +++ b/install/0.9.7/rhel/templates/web/apache/hosting.stpl @@ -12,7 +12,7 @@ CustomLog /var/log/httpd/domains/%domain%.log combined %elog%ErrorLog /var/log/httpd/domains/%domain%.error.log - AllowOverride AuthConfig FileInfo Indexes Limit + AllowOverride All SSLRequireSSL Options +Includes -Indexes %cgi_option% php_admin_value upload_tmp_dir %home%/%user%/tmp diff --git a/install/0.9.7/rhel/templates/web/apache/hosting.tpl b/install/0.9.7/rhel/templates/web/apache/hosting.tpl index 1d29eef7..e671447a 100755 --- a/install/0.9.7/rhel/templates/web/apache/hosting.tpl +++ b/install/0.9.7/rhel/templates/web/apache/hosting.tpl @@ -12,7 +12,7 @@ CustomLog /var/log/httpd/domains/%domain%.log combined %elog%ErrorLog /var/log/httpd/domains/%domain%.error.log - AllowOverride AuthConfig FileInfo Indexes Limit + AllowOverride All Options +Includes -Indexes %cgi_option% php_admin_value upload_tmp_dir %home%/%user%/tmp php_admin_value upload_max_filesize 10M