Diff for /loncom/loncapa_apache.conf between versions 1.215.2.30.2.8 and 1.215.2.30.2.9

version 1.215.2.30.2.8, 2024/02/28 19:41:54 version 1.215.2.30.2.9, 2024/08/18 14:47:05
Line 1469  ErrorDocument     403 /adm/login Line 1469  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/viewcoauthors>
   AuthType LONCAPA
   Require valid-user
   PerlAuthzHandler       Apache::lonacc
   SetHandler             perl-script
   PerlHandler            Apache::lonviewcoauthors
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument     500 /adm/errorhandler
   </Location>
   
 <Location /adm/communicate>  <Location /adm/communicate>
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user

Removed from v.1.215.2.30.2.8  
changed lines
  Added in v.1.215.2.30.2.9


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