Changeset:
a2bb229020c5
https://sourceforge.net/p/mrbs/hg-code/ci/a2bb229020c55df508e1a8d19e1c08e97fd41d3e
Author:
Campbell Morrison <[email protected]>
Date:
Sun Mar 05 12:27:46 2017 +0000
Log message:
Removed "ExpiresActive Off" directive as it is no longer necessary given other
fixes and could interfere with a site's caching policy. See SF Bugs #379.
diffstat:
web/.htaccess-apache-2.4 | 6 ------
web/.htaccess-apache-pre-2.4 | 6 ------
2 files changed, 0 insertions(+), 12 deletions(-)
diffs (26 lines):
diff -r 53d2a63e0ae7 -r a2bb229020c5 web/.htaccess-apache-2.4
--- a/web/.htaccess-apache-2.4 Sat Mar 04 11:37:03 2017 +0000
+++ b/web/.htaccess-apache-2.4 Sun Mar 05 12:27:46 2017 +0000
@@ -1,9 +1,3 @@
<Files ~ "\.inc$">
Require all denied
</Files>
-
-# Some web servers will use mod_expires and turn on caching for
-# pages that they think should be cached. Occasionally these cache
-# instructions will override MRBS's own cache instructions. As some
-# MRBS pages should definitely not be cached, we disable ExpiresActive.
-ExpiresActive Off
diff -r 53d2a63e0ae7 -r a2bb229020c5 web/.htaccess-apache-pre-2.4
--- a/web/.htaccess-apache-pre-2.4 Sat Mar 04 11:37:03 2017 +0000
+++ b/web/.htaccess-apache-pre-2.4 Sun Mar 05 12:27:46 2017 +0000
@@ -2,9 +2,3 @@
Order allow,deny
Deny from all
</Files>
-
-# Some web servers will use mod_expires and turn on caching for
-# pages that they think should be cached. Occasionally these cache
-# instructions will override MRBS's own cache instructions. As some
-# MRBS pages should definitely not be cached, we disable ExpiresActive.
-ExpiresActive Off
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits