From 10f4954b4530a67d88c66ba8e397ee81487f4752 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 20 Jul 2010 20:34:41 -0700 Subject: 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 --- 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 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 EOT -- cgit v1.2.3-24-g4f1b