[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Wed Jan 8 13:48:17 EST 2014
raeburn Wed Jan 8 18:48:17 2014 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Caching for 12 hours for additional static content (various javascript
libraries).
- Replace personal e-mail address with group e-mail addresses, suitable for
forwarding to multiple recipients.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.228 loncom/loncapa_apache.conf:1.229
--- loncom/loncapa_apache.conf:1.228 Fri Dec 13 02:10:30 2013
+++ loncom/loncapa_apache.conf Wed Jan 8 18:48:16 2014
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.228 2013/12/13 02:10:30 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.229 2014/01/08 18:48:16 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -30,7 +30,7 @@
</IfDefine>
# =============================================================== Miscellaneous
-ServerAdmin korte at lite.msu.edu
+ServerAdmin consortium at loncapa.org
ExtendedStatus On
#
# LON-CAPA Section (extensions to srm.conf name space servicing)
@@ -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)">
+<LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor|/adm/jpicker|/adm/countdown|/adm/spellchecker|/adm/nicescroll)">
ExpiresActive On
ExpiresDefault "access plus 12 hours"
Header set Cache-Control "public, no-transform"
@@ -1600,7 +1600,7 @@
PerlSetVar lonUsersDir /home/httpd/lonUsers
PerlSetVar lonIconsURL /adm/lonIcons
PerlSetVar londPort 5663
-PerlSetVar lonSysEMail korte at lite.msu.edu
+PerlSetVar lonSysEMail techsupport at loncapa.org
PerlSetVar lonDaemons /home/httpd/perl
PerlSetVar lonLib /home/httpd/lib
PerlSetVar lonSockDir /home/httpd/sockets
More information about the LON-CAPA-cvs
mailing list