[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Wed Jan 8 13:56:26 EST 2014
raeburn Wed Jan 8 18:56:26 2014 EDT
Modified files: (Branch: version_2_11_X)
/loncom loncapa_apache.conf
Log:
- For 2.11
- Backport 1.229
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.215.2.10 loncom/loncapa_apache.conf:1.215.2.11
--- loncom/loncapa_apache.conf:1.215.2.10 Fri Dec 13 02:50:01 2013
+++ loncom/loncapa_apache.conf Wed Jan 8 18:56:25 2014
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.215.2.10 2013/12/13 02:50:01 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.215.2.11 2014/01/08 18:56:25 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"
@@ -1590,7 +1590,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