Diff for /loncom/loncapa_apache.conf between versions 1.215.2.17 and 1.215.2.18

version 1.215.2.17, 2016/08/05 22:15:50 version 1.215.2.18, 2016/10/23 18:50:10
Line 1336  SetHandler             perl-script Line 1336  SetHandler             perl-script
 PerlHandler            Apache::lonblockingstatus  PerlHandler            Apache::lonblockingstatus
 </Location>  </Location>
   
   <Location /adm/accesstimes>
   AuthType LONCAPA
   Require valid-user
   PerlAuthzHandler       Apache::lonacc
   SetHandler             perl-script
   PerlHandler            Apache::lonaccesstimes
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument     500 /adm/errorhandler
   </Location>
   
 <Location /adm/errorhandler>  <Location /adm/errorhandler>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonerrorhandler  PerlHandler Apache::lonerrorhandler

Removed from v.1.215.2.17  
changed lines
  Added in v.1.215.2.18


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