--- loncom/loncapa_apache.conf 2006/04/08 07:04:57 1.130
+++ 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.130 2006/04/08 07:04:57 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
@@ -670,6 +674,8 @@ ErrorDocument 500 /adm/errorhandler
+AuthType Basic
+Require valid-user
PerlAuthzHandler Apache::loncacc
SetHandler perl-script
PerlHandler Apache::lonpubdir