From 2363a2cdcd385dbbcc54a2a706d3458758abf401 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 20 Nov 2015 00:18:37 +0100 Subject: Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess r=gerv --- mod_perl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod_perl.pl') diff --git a/mod_perl.pl b/mod_perl.pl index bdce744ca..f0de2e553 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 Options + AllowOverride All DirectoryIndex index.cgi index.html EOT -- cgit v1.2.3-24-g4f1b