Skip to content

Commit fab04c6

Browse files
committed
Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess
r=gerv a=dkl
1 parent 042a03b commit fab04c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/xml/installation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
10581058
AddHandler cgi-script .cgi
10591059
Options +ExecCGI
10601060
DirectoryIndex index.cgi index.html
1061-
AllowOverride Limit FileInfo Indexes Options
1061+
AllowOverride All
10621062
</Directory>
10631063
</programlisting>
10641064

mod_perl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ package Bugzilla::ModPerl;
7373
PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler
7474
PerlOptions +ParseHeaders
7575
Options +ExecCGI
76-
AllowOverride Limit FileInfo Indexes Options
76+
AllowOverride All
7777
DirectoryIndex index.cgi index.html
7878
</Directory>
7979
EOT

0 commit comments

Comments
 (0)