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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 16 Sep 2003 18:29:23 -0000


albertel		Tue Sep 16 14:29:23 2003 EDT

  Modified files:              (Branch: version_1_0_2)
    /loncom	loncapa_apache.conf 
  Log:
  - backport 1.64
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.59.2.1 loncom/loncapa_apache.conf:1.59.2.2
--- loncom/loncapa_apache.conf:1.59.2.1	Tue Sep 16 14:28:16 2003
+++ loncom/loncapa_apache.conf	Tue Sep 16 14:29:23 2003
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.59.2.1 2003/09/16 18:28:16 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.59.2.2 2003/09/16 18:29:23 albertel Exp $
 ##
 
 #
@@ -173,43 +173,43 @@
 
 # --------------------------------------------- Resource Space Content Handlers
 
-<LocationMatch "^/res.*/$">
+<LocationMatch "^/+res.*/$">
 SetHandler perl-script
 PerlHandler Apache::lonindexer
 PerlCleanupHandler Apache::lonindexer::cleanup
 </LocationMatch>
 
-<LocationMatch "^/(res|\~).*\.tex$">
+<LocationMatch "^/+(res|\~).*\.tex$">
 SetHandler perl-script
 PerlHandler Apache::lontex
 </LocationMatch>
 
-<LocationMatch "^/res/.*\.page$>
+<LocationMatch "^/+res/.*\.page$>
 SetHandler perl-script
 PerlHandler Apache::lonpage
 </LocationMatch>
 
-<LocationMatch "^/res/.*\.sequence$>
+<LocationMatch "^/+res/.*\.sequence$>
 SetHandler perl-script
 PerlHandler Apache::lonsequence
 </LocationMatch>
 
-<LocationMatch "^/(res|\~|public|uploaded|adm).*\.meta$>
+<LocationMatch "^/+(res|\~|public|uploaded|adm).*\.meta$>
 SetHandler perl-script
 PerlHandler Apache::lonmeta
 </LocationMatch>
 
-<LocationMatch "^/(res|\~).*\.rights$>
+<LocationMatch "^/+(res|\~).*\.rights$>
 SetHandler perl-script
 PerlHandler Apache::lonrights
 </LocationMatch>
 
-<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$">
+<LocationMatch "^/+(res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$">
 SetHandler perl-script
 PerlHandler Apache::lonxml
 </LocationMatch>
 
-<LocationMatch "^/(res|\~).*\.(problem|exam|quiz|assess|survey|form|library)$">
+<LocationMatch "^/+(res|\~).*\.(problem|exam|quiz|assess|survey|form|library)$">
 SetHandler perl-script
 PerlHandler Apache::lonhomework
 </LocationMatch>
@@ -396,7 +396,7 @@
 ErrorDocument	  500 /adm/errorhandler
 </Location>
 
-<LocationMatch "^/\~.*/$">
+<LocationMatch "^/+\~.*/$">
 PerlAccessHandler       Apache::loncacc
 SetHandler perl-script
 PerlHandler Apache::lonpubdir