Diff for /loncom/loncapa_apache.conf between versions 1.258 and 1.261

version 1.258, 2017/11/30 15:14:58 version 1.261, 2017/12/09 01:37:09
Line 755  PerlHandler Apache::lonlogin Line 755  PerlHandler Apache::lonlogin
   
 <LocationMatch "^/+adm/lti($|/)">  <LocationMatch "^/+adm/lti($|/)">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonlti  PerlHandler Apache::ltiauth
 </LocationMatch>  </LocationMatch>
   
   <Location /adm/service/passback>
   SetHandler perl-script
   PerlHandler Apache::ltipassback
   </Location>
   
   <Location /adm/service/roster>
   SetHandler perl-script
   PerlHandler Apache::ltiroster
   </Location>
   
 <Location /adm/restrictedaccess>  <Location /adm/restrictedaccess>
 PerlAccessHandler      Apache::publiccheck  PerlAccessHandler      Apache::publiccheck
 AuthType LONCAPA  AuthType LONCAPA

Removed from v.1.258  
changed lines
  Added in v.1.261


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