--- loncom/loncapa_apache.conf 2003/02/24 23:32:32 1.36 +++ loncom/loncapa_apache.conf 2003/03/08 01:44:04 1.38 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.36 2003/02/24 23:32:32 albertel Exp $ +## $Id: loncapa_apache.conf,v 1.38 2003/03/08 01:44:04 www Exp $ ## # @@ -478,6 +478,7 @@ ErrorDocument 500 /adm/errorhandler PerlAccessHandler Apache::lonacc SetHandler perl-script +PerlCleanupHandler Apache::coursedocs::untiehash PerlHandler Apache::londocs ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler @@ -593,6 +594,13 @@ PerlHandler Apache::lonhelp AuthName "LON-CAPA Network Administration" AuthType Basic AuthUserFile /home/httpd/lonTabs/htpasswd +require user lonadm + + + +AuthName "LON-CAPA Network Administration" +AuthType Basic +AuthUserFile /home/httpd/lonTabs/htpasswd require user lonadm