[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Sat Jan 11 15:38:04 EST 2014
raeburn Sat Jan 11 20:38:04 2014 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Caching for 12 hours for additional static content (MathJax javascript
libraries etc.)
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.229 loncom/loncapa_apache.conf:1.230
--- loncom/loncapa_apache.conf:1.229 Wed Jan 8 18:48:16 2014
+++ loncom/loncapa_apache.conf Sat Jan 11 20:38:03 2014
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.229 2014/01/08 18:48:16 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.230 2014/01/11 20:38:03 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -68,7 +68,7 @@
</LocationMatch>
# Send proper expires header to avoid unnecessary HTTP request for static content
-<LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor|/adm/jpicker|/adm/countdown|/adm/spellchecker|/adm/nicescroll)">
+<LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor|/adm/jpicker|/adm/countdown|/adm/spellchecker|/adm/nicescroll|/adm/MathJax)">
ExpiresActive On
ExpiresDefault "access plus 12 hours"
Header set Cache-Control "public, no-transform"
More information about the LON-CAPA-cvs
mailing list