--- loncom/loncapa_apache.conf 2005/06/23 23:07:03 1.113 +++ loncom/loncapa_apache.conf 2005/10/27 23:32:25 1.118 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.113 2005/06/23 23:07:03 www Exp $ +## $Id: loncapa_apache.conf,v 1.118 2005/10/27 23:32:25 raeburn Exp $ ## # @@ -56,7 +56,8 @@ ErrorDocument 500 /adm/errorhandler -PerlAccessHandler Apache::lonenc +SetHandler perl-script +PerlHandler Apache::lonenc ErrorDocument 403 /adm/login ErrorDocument 404 /adm/notfound.html ErrorDocument 406 /adm/roles @@ -398,11 +399,23 @@ PerlHandler Apache::lonlogout ErrorDocument 403 /adm/login + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::switchserver +ErrorDocument 403 /adm/login + + SetHandler perl-script PerlHandler Apache::lonauth + +SetHandler perl-script +PerlHandler Apache::migrateuser + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -456,6 +469,14 @@ ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonnotify +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -676,6 +697,15 @@ ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::loncoursegroups +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -830,7 +860,7 @@ PerlHandler Apache::lonerrorhandler -#PerlAccessHandler Apache::lonacc +PerlAccessHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::lonhelp