--- loncom/loncapa_apache.conf 2008/05/13 15:06:14 1.175 +++ loncom/loncapa_apache.conf 2008/05/19 17:15:13 1.176 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.175 2008/05/13 15:06:14 www Exp $ +## $Id: loncapa_apache.conf,v 1.176 2008/05/19 17:15:13 raeburn Exp $ ## # @@ -487,6 +487,16 @@ ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler + +AuthType LONCAPA +Require valid-user +PerlAuthzHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonpickauthor +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + + AuthType LONCAPA Require valid-user