[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 01 Apr 2004 14:28:49 -0000
albertel Thu Apr 1 09:28:49 2004 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- I have my reasons
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.75 loncom/loncapa_apache.conf:1.76
--- loncom/loncapa_apache.conf:1.75 Wed Mar 31 13:07:37 2004
+++ loncom/loncapa_apache.conf Thu Apr 1 09:28:49 2004
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.75 2004/03/31 18:07:37 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.76 2004/04/01 14:28:49 albertel Exp $
##
#
@@ -68,19 +68,19 @@
PerlCleanupHandler Apache::lontokacc::removefile
</LocationMatch>
-<LocationMatch "^/uploaded.*">
+<LocationMatch "^/+uploaded.*">
PerlAccessHandler Apache::lonacc
PerlHeaderParserHandler Apache::lonuploadrep
ErrorDocument 404 /adm/notfound.html
ErrorDocument 500 /adm/errorhandler
</LocationMatch>
-<LocationMatch "^/uploaded/.*\.page$">
+<LocationMatch "^/+uploaded/.*\.page$">
SetHandler perl-script
PerlHandler Apache::lonpage
</LocationMatch>
-<LocationMatch "^/uploaded/.*\.sequence$">
+<LocationMatch "^/+uploaded/.*\.sequence$">
SetHandler perl-script
PerlHandler Apache::lonsequence
</LocationMatch>