--- loncom/loncapa_apache.conf 2006/07/21 18:52:26 1.152 +++ 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.152 2006/07/21 18:52:26 albertel Exp $ +## $Id: loncapa_apache.conf,v 1.153 2006/08/04 19:05:58 albertel Exp $ ## # @@ -175,6 +175,18 @@ ErrorDocument 500 /adm/errorhandler 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 + + + +PerlAccessHandler Apache::publiccheck +AuthType LONCAPA +Require valid-user +PerlAuthzHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::lonaboutme ErrorDocument 404 /adm/notfound.html