--- loncom/loncapa_apache.conf 2013/02/08 16:42:29 1.223 +++ loncom/loncapa_apache.conf 2013/02/13 16:36:13 1.224 @@ -2,7 +2,7 @@ ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -# $Id: loncapa_apache.conf,v 1.223 2013/02/08 16:42:29 raeburn Exp $ +# $Id: loncapa_apache.conf,v 1.224 2013/02/13 16:36:13 raeburn Exp $ # # LON-CAPA Section (extensions to httpd.conf daemon configuration) @@ -1188,6 +1188,16 @@ PerlHandler Apache::imsimportdocs ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler + + +AuthType LONCAPA +Require valid-user +PerlAuthzHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonextresedit +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + AuthType LONCAPA