--- loncom/loncapa_apache.conf 2018/11/24 16:19:09 1.264
+++ loncom/loncapa_apache.conf 2018/12/27 20:11:29 1.265
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.264 2018/11/24 16:19:09 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.265 2018/12/27 20:11:29 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -844,6 +844,16 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+AuthType LONCAPA
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::admannotations
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
AuthType LONCAPA
Require valid-user