[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
www
lon-capa-cvs@mail.lon-capa.org
Mon, 24 Jun 2002 14:36:26 -0000
www Mon Jun 24 10:36:26 2002 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Towards bug 492
lonmeta.pm is now also called in construction space. Will need to add
editor functionality.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.5 loncom/loncapa_apache.conf:1.6
--- loncom/loncapa_apache.conf:1.5 Thu May 23 15:02:16 2002
+++ loncom/loncapa_apache.conf Mon Jun 24 10:36:26 2002
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.5 2002/05/23 19:02:16 harris41 Exp $
+## $Id: loncapa_apache.conf,v 1.6 2002/06/24 14:36:26 www Exp $
##
## 1/11/2002 - Scott Harrison
## 2/19/2002 - Scott Harrison
@@ -122,7 +122,7 @@
PerlHandler Apache::lonsequence
</LocationMatch>
-<LocationMatch "^/res/.*\.meta$>
+<LocationMatch "^/(res|\~).*\.meta$>
SetHandler perl-script
PerlHandler Apache::lonmeta
</LocationMatch>