Diff for /loncom/loncapa_apache.conf between versions 1.215.2.25.2.5 and 1.215.2.26

version 1.215.2.25.2.5, 2020/09/12 18:04:54 version 1.215.2.26, 2020/09/04 19:39:42
Line 131  ErrorDocument     500 /adm/errorhandler Line 131  ErrorDocument     500 /adm/errorhandler
 </Location>  </Location>
   
 <LocationMatch "^/+userfiles.*">  <LocationMatch "^/+userfiles.*">
 Options +FollowSymLinks -Includes  
 PerlAccessHandler       Apache::lontokacc  PerlAccessHandler       Apache::lontokacc
 PerlCleanupHandler Apache::lontokacc::removefile  PerlCleanupHandler Apache::lontokacc::removefile
 PerlCleanupHandler Apache::lonacc::cleanup  PerlCleanupHandler Apache::lonacc::cleanup
Line 150  ErrorDocument     406 /adm/roles Line 149  ErrorDocument     406 /adm/roles
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+uploaded/.+/.+/(portfolio|feedback|docs|groups|supplemental)/.+">  
    Options +FollowSymLinks -Includes  
 </LocationMatch>  
   
 <LocationMatch "^/+editupload.*">  <LocationMatch "^/+editupload.*">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
Line 275  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>  
   
 <Location /adm/exturlcheck>  <Location /adm/exturlcheck>
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
Line 1468  SetHandler perl-script Line 1450  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.25.2.5  
changed lines
  Added in v.1.215.2.26


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