diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-09-04 13:01:58 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-09-04 13:01:58 +0200 |
commit | a11eb609e7b3ef0063bf493bd95ebb63612d7ac3 (patch) | |
tree | 35f7c20f1411f141c2b2c9e97210260767f0a708 /mod_perl.pl | |
parent | Bug 787687: SQLite doesn't support CHAR_LENGTH natively (diff) | |
download | bugzilla-a11eb609e7b3ef0063bf493bd95ebb63612d7ac3.tar.gz bugzilla-a11eb609e7b3ef0063bf493bd95ebb63612d7ac3.tar.bz2 bugzilla-a11eb609e7b3ef0063bf493bd95ebb63612d7ac3.zip |
Bug 787688: AllowOverride Options missing when running under mod_perl
r=wicked a=LpSolit
Diffstat (limited to 'mod_perl.pl')
-rw-r--r-- | mod_perl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_perl.pl b/mod_perl.pl index 81aae301e..20d8e5060 100644 --- a/mod_perl.pl +++ b/mod_perl.pl @@ -75,7 +75,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }" PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler PerlOptions +ParseHeaders Options +ExecCGI - AllowOverride Limit FileInfo Indexes + AllowOverride Limit FileInfo Indexes Options DirectoryIndex index.cgi index.html </Directory> EOT |