--- loncom/loncapa_apache.conf 2006/04/07 22:42:38 1.129 +++ loncom/loncapa_apache.conf 2006/04/10 21:58:53 1.131 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.129 2006/04/07 22:42:38 albertel Exp $ +## $Id: loncapa_apache.conf,v 1.131 2006/04/10 21:58:53 albertel Exp $ ## # @@ -204,6 +204,8 @@ ErrorDocument 500 /adm/errorhandler +AuthType Basic +Require valid-user PerlAuthzHandler Apache::loncacc SetHandler perl-script PerlHandler Apache::lonconstruct @@ -218,6 +220,8 @@ PerlAccessHandler Apache::lonracc +AuthType Basic +Require valid-user PerlAuthzHandler Apache::loncacc ErrorDocument 403 /adm/login ErrorDocument 404 /adm/notfound.html @@ -565,7 +569,7 @@ AuthType Basic Require valid-user PerlAuthzHandler Apache::lonacc SetHandler perl-script -PerlHandler Apache::lonmsg +PerlHandler Apache::lonmsgdisplay ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler @@ -670,6 +674,8 @@ ErrorDocument 500 /adm/errorhandler +AuthType Basic +Require valid-user PerlAuthzHandler Apache::loncacc SetHandler perl-script PerlHandler Apache::lonpubdir