--- loncom/loncapa_apache.conf 2008/11/28 19:38:05 1.181 +++ loncom/loncapa_apache.conf 2008/12/22 21:53:48 1.181.2.2 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.181 2008/11/28 19:38:05 raeburn Exp $ +## $Id: loncapa_apache.conf,v 1.181.2.2 2008/12/22 21:53:48 raeburn Exp $ ## # @@ -101,11 +101,6 @@ PerlCleanupHandler Apache::lontokacc::re PerlCleanupHandler Apache::lonacc::cleanup - -SetHandler perl-script -PerlHandler Apache::lonpdfupload - - AuthType LONCAPA Require valid-user @@ -744,6 +739,15 @@ PerlHandler Apache::domainprefs ErrorDocument 403 /adm/login ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler + + + +PerlAccessHandler Apache::lonstatusacc +SetHandler perl-script +PerlHandler Apache::domainstatus +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler