Skip to content

Commit c4a3227

Browse files
committed
AllowOverride in the hosting template
1 parent aeeaab3 commit c4a3227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/0.9.7/rhel/templates/web/apache/hosting.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/httpd/domains/%domain%.log combined
1313
%elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
1414
<Directory %sdocroot%>
15-
AllowOverride AuthConfig FileInfo Indexes Limit
15+
AllowOverride All
1616
SSLRequireSSL
1717
Options +Includes -Indexes %cgi_option%
1818
php_admin_value upload_tmp_dir %home%/%user%/tmp

install/0.9.7/rhel/templates/web/apache/hosting.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
CustomLog /var/log/httpd/domains/%domain%.log combined
1313
%elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
1414
<Directory %docroot%>
15-
AllowOverride AuthConfig FileInfo Indexes Limit
15+
AllowOverride All
1616
Options +Includes -Indexes %cgi_option%
1717
php_admin_value upload_tmp_dir %home%/%user%/tmp
1818
php_admin_value upload_max_filesize 10M

0 commit comments

Comments
 (0)