aboutsummaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-20 20:34:41 -0700
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-20 20:34:41 -0700
commit10f4954b4530a67d88c66ba8e397ee81487f4752 (patch)
tree7682e9b1974c208cb98af3e6e52284f9199a2ae1 /mod_perl.pl
parent0d280b9011568abf2c5f95a33fd20195b91528d9 (diff)
downloadbugs-10f4954b4530a67d88c66ba8e397ee81487f4752.tar
bugs-10f4954b4530a67d88c66ba8e397ee81487f4752.tar.gz
bugs-10f4954b4530a67d88c66ba8e397ee81487f4752.tar.bz2
bugs-10f4954b4530a67d88c66ba8e397ee81487f4752.tar.xz
bugs-10f4954b4530a67d88c66ba8e397ee81487f4752.zip
Bug 428313: Properly expire the browser's CSS and JS cache when there
are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index a21d5d725..32fe82ccf 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -74,7 +74,7 @@ PerlChildInitHandler "sub { srand(); }"
$sizelimit
PerlOptions +ParseHeaders
Options +ExecCGI
- AllowOverride Limit
+ AllowOverride Limit FileInfo Indexes
DirectoryIndex index.cgi index.html
</Directory>
EOT