[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn@source.lon-capa.org
Mon, 30 Nov 2009 21:37:19 -0000
raeburn Mon Nov 30 21:37:19 2009 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Bug 4936.
- Raw tex files editable in construction space.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.189 loncom/loncapa_apache.conf:1.190
--- loncom/loncapa_apache.conf:1.189 Mon Oct 26 18:58:47 2009
+++ loncom/loncapa_apache.conf Mon Nov 30 21:37:19 2009
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.189 2009/10/26 18:58:47 droeschl Exp $
+## $Id: loncapa_apache.conf,v 1.190 2009/11/30 21:37:19 raeburn Exp $
##
#
@@ -344,7 +344,7 @@
PerlCleanupHandler Apache::lonacc::cleanup
</LocationMatch>
-<LocationMatch "^/+(res|\~).*\.tex$">
+<LocationMatch "^/+res.*\.tex$">
SetHandler perl-script
PerlHandler Apache::lontex
</LocationMatch>
@@ -393,7 +393,7 @@
PerlHandler Apache::lonhomework
</LocationMatch>
-<LocationMatch "^/+\~.*\.(js|css|txt)$">
+<LocationMatch "^/+\~.*\.(js|css|txt|tex)$">
SetHandler perl-script
PerlHandler Apache::lonxml
</LocationMatch>