We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042a03b commit fab04c6Copy full SHA for fab04c6
docs/en/xml/installation.xml
@@ -1058,7 +1058,7 @@ SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
1058
AddHandler cgi-script .cgi
1059
Options +ExecCGI
1060
DirectoryIndex index.cgi index.html
1061
-AllowOverride Limit FileInfo Indexes Options
+AllowOverride All
1062
</Directory>
1063
</programlisting>
1064
mod_perl.pl
@@ -73,7 +73,7 @@ package Bugzilla::ModPerl;
73
PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler
74
PerlOptions +ParseHeaders
75
76
- AllowOverride Limit FileInfo Indexes Options
+ AllowOverride All
77
78
</Directory>
79
EOT
0 commit comments