Diff for /loncom/loncapa_apache.conf between versions 1.181.2.1 and 1.181.2.3

version 1.181.2.1, 2008/12/10 16:05:39 version 1.181.2.3, 2008/12/23 00:06:12
Line 51  PerlAuthenHandler Apache::checkauthen Line 51  PerlAuthenHandler Apache::checkauthen
 PerlSetVar lonOtherAuthen no  PerlSetVar lonOtherAuthen no
   
 #PerlWarn On  #PerlWarn On
   <LocationMatch "^/+res/adm/pages/[^/]+\.(gif|png)$">
   PerlAuthenHandler       'sub { return OK }'
   </LocationMatch>
   
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
   
 AuthType LONCAPA  AuthType LONCAPA
Line 739  PerlHandler Apache::domainprefs Line 743  PerlHandler Apache::domainprefs
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 ErrorDocument     406 /adm/roles  ErrorDocument     406 /adm/roles
 ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
   </Location>
   
   <Location /adm/domainstatus>
   PerlAccessHandler       Apache::lonstatusacc
   SetHandler perl-script
   PerlHandler Apache::domainstatus
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument     500 /adm/errorhandler
 </Location>  </Location>
   
 <Location /adm/createuser>  <Location /adm/createuser>

Removed from v.1.181.2.1  
changed lines
  Added in v.1.181.2.3


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