--- loncom/loncapa_apache.conf 2006/07/14 21:08:48 1.148 +++ loncom/loncapa_apache.conf 2006/08/04 19:05:58 1.153 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.148 2006/07/14 21:08:48 raeburn Exp $ +## $Id: loncapa_apache.conf,v 1.153 2006/08/04 19:05:58 albertel Exp $ ## # @@ -120,7 +120,9 @@ ErrorDocument 500 /adm/errorhandler -PerlAuthzHandler Apache::lonuploadedacc +PerlAuthenHandler Apache::lonuploadedacc +PerlAuthzHandler Apache::lonuploadedacc::skip_phase +PerlAccessHandler Apache::lonuploadedacc::skip_phase @@ -180,6 +182,18 @@ ErrorDocument 406 /adm/notinit.html ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::publiccheck +AuthType LONCAPA +Require valid-user +PerlAuthzHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonaboutme +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/notinit.html +ErrorDocument 500 /adm/errorhandler + + AuthType LONCAPA Require valid-user @@ -495,7 +509,9 @@ PerlHandler Apache::lonlogin PerlAccessHandler Apache::publiccheck AuthType LONCAPA +Require valid-user SetHandler perl-script +PerlAuthzHandler Apache::lonacc PerlHandler Apache::restrictedaccess