--- loncom/loncapa_apache.conf 2011/11/01 13:32:04 1.206
+++ loncom/loncapa_apache.conf 2011/12/25 20:41:59 1.207
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.206 2011/11/01 13:32:04 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.207 2011/12/25 20:41:59 raeburn Exp $
##
#
@@ -1097,6 +1097,18 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+AuthType LONCAPA
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::londocs
+PerlCleanupHandler Apache::londocs::untiehash
+PerlCleanupHandler Apache::lonacc::cleanup
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
AuthType LONCAPA
Require valid-user