--- loncom/loncapa_apache.conf 2023/08/28 20:40:00 1.283
+++ loncom/loncapa_apache.conf 2023/11/03 01:12:17 1.284
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.283 2023/08/28 20:40:00 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.284 2023/11/03 01:12:17 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -1502,6 +1502,17 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+AuthType LONCAPA
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonviewcoauthors
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
AuthType LONCAPA
Require valid-user