--- loncom/loncapa_apache.conf 2002/10/10 20:46:51 1.21 +++ loncom/loncapa_apache.conf 2002/11/09 22:08:17 1.24 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.21 2002/10/10 20:46:51 www Exp $ +## $Id: loncapa_apache.conf,v 1.24 2002/11/09 22:08:17 albertel Exp $ ## ## 1/11/2002 - Scott Harrison ## 2/19/2002 - Scott Harrison @@ -119,6 +119,13 @@ ErrorDocument 500 /adm/errorhandler AllowOverride None + +PerlAccessHandler Apache::lonacc +ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler + # ------------------------------------------------------------------------- RAT @@ -191,6 +198,14 @@ ErrorDocument 500 /adm/errorhandler # -------------------------------------------------------------- Admin Programs + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::randomlylabel +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -567,6 +582,13 @@ AuthUserFile /home/httpd/lonTabs/htpassw require user lonadm + +AuthName "harvest" +AuthType Basic +AuthUserFile /home/httpd/lonTabs/htpasswd +require user reaper + + AuthName "LON-CAPA Network Administration" AuthType Basic