--- loncom/loncapa_apache.conf 2004/10/26 17:20:08 1.99 +++ loncom/loncapa_apache.conf 2004/12/10 14:57:47 1.101 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.99 2004/10/26 17:20:08 www Exp $ +## $Id: loncapa_apache.conf,v 1.101 2004/12/10 14:57:47 raeburn Exp $ ## # @@ -208,6 +208,11 @@ SetHandler perl-script PerlHandler Apache::lonratsrv + +SetHandler perl-script +PerlHandler Apache::lonratmenu + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -531,6 +536,16 @@ ErrorDocument 406 /adm/unauthorized ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonpubmenu +ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/unauthorized +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -815,6 +830,11 @@ PerlAccessHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::lonsupportreq + + +SetHandler perl-script +PerlHandler Apache::lonsupportreq + # ------------------------------------------------- Backdoor Adm Tests/Programs