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

www lon-capa-cvs@mail.lon-capa.org
Thu, 10 Oct 2002 20:46:51 -0000


www		Thu Oct 10 16:46:51 2002 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  Fixes ... aehhh ... problem.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.20 loncom/loncapa_apache.conf:1.21
--- loncom/loncapa_apache.conf:1.20	Mon Sep 16 16:38:46 2002
+++ loncom/loncapa_apache.conf	Thu Oct 10 16:46:51 2002
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.20 2002/09/16 20:38:46 www Exp $
+## $Id: loncapa_apache.conf,v 1.21 2002/10/10 20:46:51 www Exp $
 ##
 ## 1/11/2002 - Scott Harrison
 ## 2/19/2002 - Scott Harrison
@@ -45,7 +45,7 @@
 
 PerlTransHandler	Apache::lontrans
 
-<LocationMatch "^/res.*">
+<LocationMatch "^/+res.*">
 PerlAccessHandler       Apache::lonacc
 PerlHeaderParserHandler Apache::lonrep
 ErrorDocument     403 /adm/login
@@ -54,17 +54,17 @@
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
-<LocationMatch "^/userfiles.*">
+<LocationMatch "^/+userfiles.*">
 PerlAccessHandler       Apache::lontokacc
 </LocationMatch>
 
-<LocationMatch "^/uploaded.*">
+<LocationMatch "^/+uploaded.*">
 PerlAccessHandler	Apache::lonuploadedacc
 ErrorDocument     404 /adm/notfound.html
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
-<LocationMatch "^/public/.*/syllabus">
+<LocationMatch "^/+public/.*/syllabus">
 PerlAccessHandler	Apache::lonacc
 SetHandler              perl-script
 PerlHandler             Apache::lonsyllabus
@@ -96,7 +96,7 @@
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
-<LocationMatch "^/priv.*">
+<LocationMatch "^/+priv.*">
 PerlAccessHandler Apache::loncacc
 SetHandler        perl-script
 PerlHandler       Apache::lonconstruct
@@ -106,11 +106,11 @@
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
-<LocationMatch "^/raw.*">
+<LocationMatch "^/+raw.*">
 PerlAccessHandler Apache::lonracc
 </LocationMatch>
 
-<LocationMatch "^/\~.*">
+<LocationMatch "^/+\~.*">
 PerlAccessHandler Apache::loncacc
 ErrorDocument     403 /adm/login
 ErrorDocument     404 /adm/notfound.html