--- loncom/loncapa_apache.conf 2008/03/24 00:52:46 1.170.2.1 +++ 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.170.2.1 2008/03/24 00:52:46 raeburn Exp $ +## $Id: loncapa_apache.conf,v 1.176 2008/05/19 17:15:13 raeburn Exp $ ## # @@ -383,8 +383,8 @@ PerlHandler Apache::lonhomework AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::lonacc -SetHandler perl-script PerlHandler Apache::londatecheck +SetHandler perl-script PerlHandler Apache::lonwrapper ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler @@ -463,6 +463,7 @@ PerlAuthzHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::lonroles ErrorDocument 403 /adm/login +ErrorDocument 409 /adm/preferences?action=lockwarning ErrorDocument 500 /adm/errorhandler @@ -486,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 @@ -548,6 +559,7 @@ PerlAuthzHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::lonlogout ErrorDocument 403 /adm/login +ErrorDocument 409 /adm/preferences?action=lockwarning ErrorDocument 500 /adm/errorhandler @@ -1205,6 +1217,18 @@ PerlHandler Apache::resetpw ErrorDocument 500 /adm/errorhandler + +SetHandler perl-script +PerlHandler Apache::selfenroll +ErrorDocument 500 /adm/errorhandler + + + +SetHandler perl-script +PerlHandler Apache::createaccount +ErrorDocument 500 /adm/errorhandler + + SetHandler perl-script PerlHandler Apache::londns