[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf

raeburn raeburn at source.lon-capa.org
Sun Jan 27 21:33:00 EST 2013


raeburn		Mon Jan 28 02:33:00 2013 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  - LocationMatch for LON-CAPA's css now requires file to have .css extension.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.220 loncom/loncapa_apache.conf:1.221
--- loncom/loncapa_apache.conf:1.220	Fri Dec 14 23:03:17 2012
+++ loncom/loncapa_apache.conf	Mon Jan 28 02:32:59 2013
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.220 2012/12/14 23:03:17 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.221 2013/01/28 02:32:59 raeburn Exp $
 ##
 
 #
@@ -1373,7 +1373,7 @@
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
-<LocationMatch "^/adm/css">
+<LocationMatch "^/adm/css/.*\.css$">
 SetHandler perl-script
 PerlHandler Apache::loncss
 ErrorDocument	  500 /adm/errorhandler




More information about the LON-CAPA-cvs mailing list