[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
www
lon-capa-cvs@mail.lon-capa.org
Thu, 17 Jul 2003 15:50:46 -0000
www Thu Jul 17 11:50:46 2003 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Might as well route sty-files through the XML handler also in RES space
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.56 loncom/loncapa_apache.conf:1.57
--- loncom/loncapa_apache.conf:1.56 Thu Jul 17 09:50:44 2003
+++ loncom/loncapa_apache.conf Thu Jul 17 11:50:46 2003
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.56 2003/07/17 13:50:44 www Exp $
+## $Id: loncapa_apache.conf,v 1.57 2003/07/17 15:50:46 www Exp $
##
#
@@ -203,7 +203,7 @@
PerlHandler Apache::lonrights
</LocationMatch>
-<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm)$">
+<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$">
SetHandler perl-script
PerlHandler Apache::lonxml
</LocationMatch>
@@ -211,11 +211,6 @@
<LocationMatch "^/(res|\~).*\.(problem|exam|quiz|assess|survey|form|library)$">
SetHandler perl-script
PerlHandler Apache::lonhomework
-</LocationMatch>
-
-<LocationMatch "^/\~.*\.sty$">
-SetHandler perl-script
-PerlHandler Apache::lonxml
</LocationMatch>
<LocationMatch "^/adm/wrapper/">