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

raeburn raeburn at source.lon-capa.org
Thu May 28 14:45:51 EDT 2015


raeburn		Thu May 28 18:45:51 2015 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  - Make regexp in LocationMatch for webdav consistent with formats allowed for
    LON-CAPA usernames and domains.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.233 loncom/loncapa_apache.conf:1.234
--- loncom/loncapa_apache.conf:1.233	Mon Mar  9 01:29:01 2015
+++ loncom/loncapa_apache.conf	Thu May 28 18:45:51 2015
@@ -2,7 +2,7 @@
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
 
-# $Id: loncapa_apache.conf,v 1.233 2015/03/09 01:29:01 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.234 2015/05/28 18:45:51 raeburn Exp $
 
 #
 # LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -281,7 +281,7 @@
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
-<LocationMatch "^/+webdav/[\w\-]+/[\w\-]+/">
+<LocationMatch "^/+webdav/[\w\-.]+/\w[\w.\-\@]+/">
   <IfModule mod_dav.c>
     <IfModule mod_ssl.c>
       AuthType Basic




More information about the LON-CAPA-cvs mailing list