Diff for /loncom/loncapa_apache.conf between versions 1.215.2.22.2.1 and 1.215.2.24

version 1.215.2.22.2.1, 2017/06/22 02:11:23 version 1.215.2.24, 2019/07/31 13:59:25
Line 270  ErrorDocument     406 /adm/notinit.html Line 270  ErrorDocument     406 /adm/notinit.html
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/adm/.*/ext\.tool$">  <Location /adm/exturlcheck>
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAuthzHandler        Apache::lonacc  PerlAuthzHandler  Apache::lonacc
 SetHandler              perl-script  SetHandler        perl-script
 PerlHandler             Apache::londatecheck  PerlHandler       Apache::lonexturlcheck
 PerlHandler             Apache::lonipcheck  ErrorDocument     403 /adm/login
 PerlHandler             Apache::lonexttool  
 ErrorDocument     404 /adm/notfound.html  ErrorDocument     404 /adm/notfound.html
 ErrorDocument     406 /adm/notinit.html  ErrorDocument     406 /adm/unauthorized
 ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
 </LocationMatch>  </Location>
   
 <LocationMatch "^/+priv/.*">  <LocationMatch "^/+priv/.*">
 AuthType LONCAPA  AuthType LONCAPA
Line 720  ErrorDocument     403 /adm/login Line 719  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/annotation>
   AuthType LONCAPA
   Require valid-user
   PerlAuthzHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::admannotations
   ErrorDocument     403 /adm/login
   ErrorDocument     500 /adm/errorhandler
   </Location>
   
 <Location /adm/spellcheck>  <Location /adm/spellcheck>
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user

Removed from v.1.215.2.22.2.1  
changed lines
  Added in v.1.215.2.24


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