Diff for /loncom/loncapa_apache.conf between versions 1.215.2.22.2.2 and 1.215.2.23

version 1.215.2.22.2.2, 2019/02/06 22:19:37 version 1.215.2.23, 2019/07/28 15:26:07
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$">  
 AuthType LONCAPA  
 Require valid-user  
 PerlAuthzHandler        Apache::lonacc  
 SetHandler              perl-script  
 PerlHandler             Apache::londatecheck  
 PerlHandler             Apache::lonipcheck  
 PerlHandler             Apache::lonexttool  
 ErrorDocument     404 /adm/notfound.html  
 ErrorDocument     406 /adm/notinit.html  
 ErrorDocument     500 /adm/errorhandler  
 </LocationMatch>  
   
 <LocationMatch "^/+priv/.*">  <LocationMatch "^/+priv/.*">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
Line 720  ErrorDocument     403 /adm/login Line 707  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
Line 1441  SetHandler perl-script Line 1438  SetHandler perl-script
 PerlHandler Apache::spellcheck  PerlHandler Apache::spellcheck
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/tiny/[\w.-]+/\w+$">  
 AuthType LONCAPA  
 Require valid-user  
 PerlAuthzHandler Apache::lonacc  
 SetHandler perl-script  
 PerlHandler Apache::lontiny  
 ErrorDocument     403 /adm/login  
 ErrorDocument     406 /adm/roles  
 ErrorDocument     500 /adm/errorhandler  
 </LocationMatch>  
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   

Removed from v.1.215.2.22.2.2  
changed lines
  Added in v.1.215.2.23


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