--- loncom/loncapa_apache.conf 2008/12/10 16:05:39 1.181.2.1 +++ loncom/loncapa_apache.conf 2008/12/23 00:02:56 1.183 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.181.2.1 2008/12/10 16:05:39 raeburn Exp $ +## $Id: loncapa_apache.conf,v 1.183 2008/12/23 00:02:56 raeburn Exp $ ## # @@ -51,6 +51,10 @@ PerlAuthenHandler Apache::checkauthen PerlSetVar lonOtherAuthen no #PerlWarn On + +PerlAuthenHandler 'sub { return OK }' + + AuthType LONCAPA @@ -101,6 +105,11 @@ PerlCleanupHandler Apache::lontokacc::re PerlCleanupHandler Apache::lonacc::cleanup + +SetHandler perl-script +PerlHandler Apache::lonpdfupload + + AuthType LONCAPA Require valid-user @@ -739,6 +748,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