--- loncom/loncapa_apache.conf 2016/07/25 19:49:45 1.248 +++ loncom/loncapa_apache.conf 2016/10/23 18:43:33 1.250 @@ -2,7 +2,7 @@ ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -# $Id: loncapa_apache.conf,v 1.248 2016/07/25 19:49:45 raeburn Exp $ +# $Id: loncapa_apache.conf,v 1.250 2016/10/23 18:43:33 raeburn Exp $ # # LON-CAPA Section (extensions to httpd.conf daemon configuration) @@ -1440,6 +1440,17 @@ SetHandler perl-script PerlHandler Apache::lonblockingstatus + +AuthType LONCAPA +Require valid-user +PerlAuthzHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonaccesstimes +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler + + SetHandler perl-script PerlHandler Apache::lonerrorhandler