Diff for /loncom/loncapa_apache.conf between versions 1.215.2.7 and 1.215.2.8

version 1.215.2.7, 2013/02/08 16:54:51 version 1.215.2.8, 2013/02/13 17:22:43
Line 1179  ErrorDocument     403 /adm/login Line 1179  ErrorDocument     403 /adm/login
 ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/extresedit>
   AuthType LONCAPA
   Require valid-user
   PerlAuthzHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonextresedit
   ErrorDocument     403 /adm/login
   ErrorDocument     500 /adm/errorhandler
   </Location>
   
 <LocationMatch "^/adm/announcements">  <LocationMatch "^/adm/announcements">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user

Removed from v.1.215.2.7  
changed lines
  Added in v.1.215.2.8


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