Diff for /loncom/loncapa_apache.conf between versions 1.215.2.30.2.5 and 1.215.2.30.2.6

version 1.215.2.30.2.5, 2023/09/07 19:36:15 version 1.215.2.30.2.6, 2023/12/29 20:23:53
Line 193  SetHandler perl-script Line 193  SetHandler perl-script
 PerlHandler Apache::lonsequence  PerlHandler Apache::lonsequence
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/+uploaded/.*/.*/docs/.*\.tex$">
   SetHandler perl-script
   PerlHandler Apache::londatecheck
   PerlHandler Apache::lonipcheck
   PerlHandler Apache::lontex
   </LocationMatch>
   
 <LocationMatch "^/+public/.*/syllabus$">  <LocationMatch "^/+public/.*/syllabus$">
 PerlAccessHandler      Apache::publiccheck  PerlAccessHandler      Apache::publiccheck
 AuthType LONCAPA  AuthType LONCAPA
Line 422  PerlCleanupHandler Apache::lonindexer::c Line 429  PerlCleanupHandler Apache::lonindexer::c
 PerlCleanupHandler Apache::lonacc::cleanup  PerlCleanupHandler Apache::lonacc::cleanup
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+res.*\.tex$">  <LocationMatch "^/+res/.*\.tex$">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lontex  PerlHandler Apache::lontex
 </LocationMatch>  </LocationMatch>

Removed from v.1.215.2.30.2.5  
changed lines
  Added in v.1.215.2.30.2.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>