Diff for /loncom/loncapa_apache.conf between versions 1.215.2.30.2.2 and 1.215.2.30.2.4

version 1.215.2.30.2.2, 2022/07/08 16:21:07 version 1.215.2.30.2.4, 2023/07/07 10:37:03
Line 280  AuthType LONCAPA Line 280  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAuthzHandler        Apache::lonacc  PerlAuthzHandler        Apache::lonacc
 SetHandler              perl-script  SetHandler              perl-script
   PerlHandler             Apache::lonslotcheck
 PerlHandler             Apache::londatecheck  PerlHandler             Apache::londatecheck
 PerlHandler             Apache::lonipcheck  PerlHandler             Apache::lonipcheck
 PerlHandler             Apache::lonexttool  PerlHandler             Apache::lonexttool
Line 671  SetHandler perl-script Line 672  SetHandler perl-script
 PerlHandler Apache::lonrelaunch  PerlHandler Apache::lonrelaunch
 </Location>  </Location>
   
   <LocationMatch "^/+adm/lti($|/)">
   SetHandler perl-script
   PerlHandler Apache::ltiauth
   </LocationMatch>
   
   <Location /adm/service/passback>
   SetHandler perl-script
   PerlHandler Apache::ltipassback
   </Location>
   
   <Location /adm/service/roster>
   SetHandler perl-script
   PerlHandler Apache::ltiroster
   </Location>
   
   <LocationMatch "^/adm/service/logout/\w+$">
   SetHandler perl-script
   PerlHandler Apache::ltilogout
   </LocationMatch>
   
 <Location /adm/restrictedaccess>  <Location /adm/restrictedaccess>
 PerlAccessHandler      Apache::publiccheck  PerlAccessHandler      Apache::publiccheck
 AuthType LONCAPA  AuthType LONCAPA

Removed from v.1.215.2.30.2.2  
changed lines
  Added in v.1.215.2.30.2.4


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