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

version 1.260, 2017/12/07 15:36:41 version 1.261, 2017/12/09 01:37:09
Line 758  SetHandler perl-script Line 758  SetHandler perl-script
 PerlHandler Apache::ltiauth  PerlHandler Apache::ltiauth
 </LocationMatch>  </LocationMatch>
   
   <Location /adm/service/passback>
   SetHandler perl-script
   PerlHandler Apache::ltipassback
   </Location>
   
 <Location /adm/service/roster>  <Location /adm/service/roster>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::ltiroster  PerlHandler Apache::ltiroster

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


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