--- loncom/loncapa_apache.conf 2006/05/12 02:18:24 1.135
+++ loncom/loncapa_apache.conf 2006/05/18 20:01:22 1.138
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.135 2006/05/12 02:18:24 www Exp $
+## $Id: loncapa_apache.conf,v 1.138 2006/05/18 20:01:22 albertel Exp $
##
#
@@ -86,6 +86,14 @@ SetHandler perl-script
PerlHandler Apache::portfolio
+
+AuthType Basic
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::portfolio
+
+
PerlAccessHandler Apache::lontokacc
PerlCleanupHandler Apache::lontokacc::removefile
@@ -113,7 +121,7 @@ ErrorDocument 500 /adm/errorhandler
-PerlAccessHandler Apache::lonuploadedacc
+PerlAuthzHandler Apache::lonuploadedacc
@@ -969,6 +977,16 @@ ErrorDocument 413 /adm/overloaded.tx
ErrorDocument 500 /adm/errorhandler
+
+AuthType Basic
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::longroupchat
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
AuthType Basic
Require valid-user