[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Sun Jan 7 21:23:45 EST 2024
raeburn Mon Jan 8 02:23:45 2024 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- contentopen, contentclose and acc parameters can apply to .tex files from
/res/ imported into a course.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.285 loncom/loncapa_apache.conf:1.286
--- loncom/loncapa_apache.conf:1.285 Fri Dec 22 13:38:02 2023
+++ loncom/loncapa_apache.conf Mon Jan 8 02:23:45 2024
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.285 2023/12/22 13:38:02 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.286 2024/01/08 02:23:45 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -442,6 +442,8 @@
<LocationMatch "^/+res/.*\.tex$">
SetHandler perl-script
+PerlHandler Apache::londatecheck
+PerlHandler Apache::lonipcheck
PerlHandler Apache::lontex
</LocationMatch>
More information about the LON-CAPA-cvs
mailing list