Diff for /loncom/loncapa_apache.conf between versions 1.140 and 1.143

version 1.140, 2006/06/16 22:48:02 version 1.143, 2006/06/30 08:14:27
Line 125  PerlAuthzHandler Apache::lonuploadedacc Line 125  PerlAuthzHandler Apache::lonuploadedacc
   
 <LocationMatch "^/+uploaded/.*/.*/portfolio/.*">  <LocationMatch "^/+uploaded/.*/.*/portfolio/.*">
 PerlAccessHandler      Apache::publiccheck  PerlAccessHandler      Apache::publiccheck
 AuthType Basic  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAuthzHandler       Apache::lonacc  PerlAuthzHandler       Apache::lonacc
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+uploaded/.*/.*/groups/.*/portfolio/.*">  <LocationMatch "^/+uploaded/.*/.*/groups/.*/portfolio/.*">
 PerlAccessHandler      Apache::publiccheck  PerlAccessHandler      Apache::publiccheck
 AuthType Basic  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAuthzHandler       Apache::lonacc  PerlAuthzHandler       Apache::lonacc
 </LocationMatch>  </LocationMatch>
Line 255  AllowOverride None Line 255  AllowOverride None
 <LocationMatch "^/adm/helper/.*\.helper$">  <LocationMatch "^/adm/helper/.*\.helper$">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAuthzHandler Apache::lonacc  PerlAccessHandler Apache::publiccheck
   PerlAuthzHandler  Apache::lonacc
 SetHandler        perl-script  SetHandler        perl-script
 PerlHandler       Apache::lonhelper  PerlHandler       Apache::lonhelper
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
Line 882  PerlHandler Apache::loncoursegroups Line 883  PerlHandler Apache::loncoursegroups
 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/groupboards>
   AuthType LONCAPA
   Require valid-user
   PerlAuthzHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::groupboards
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument     500 /adm/errorhandler
 </Location>  </Location>
   
 <Location /adm/whatsnew>  <Location /adm/whatsnew>

Removed from v.1.140  
changed lines
  Added in v.1.143


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