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

version 1.215.2.30.2.2, 2022/07/08 16:21:07 version 1.215.2.30.2.3, 2023/07/05 22:20:59
Line 671  SetHandler perl-script Line 671  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.3


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