--- loncom/loncapa_apache.conf 2007/04/26 00:59:32 1.167 +++ loncom/loncapa_apache.conf 2008/05/01 14:20:50 1.173 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.167 2007/04/26 00:59:32 banghart Exp $ +## $Id: loncapa_apache.conf,v 1.173 2008/05/01 14:20:50 raeburn Exp $ ## # @@ -104,6 +104,7 @@ PerlCleanupHandler Apache::lonacc::clean AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::lonacc +PerlHandler Apache::londatecheck PerlHeaderParserHandler Apache::lonuploadrep ErrorDocument 403 /adm/login ErrorDocument 404 /adm/notfound.html @@ -200,6 +201,7 @@ AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::lonacc SetHandler perl-script +PerlHandler Apache::londatecheck PerlHandler Apache::lonsimplepage ErrorDocument 404 /adm/notfound.html ErrorDocument 406 /adm/notinit.html @@ -381,6 +383,7 @@ PerlHandler Apache::lonhomework AuthType LONCAPA Require valid-user PerlAuthzHandler Apache::lonacc +PerlHandler Apache::londatecheck SetHandler perl-script PerlHandler Apache::lonwrapper ErrorDocument 403 /adm/login @@ -1202,6 +1205,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 @@ -1393,7 +1408,7 @@ PerlSetVar lonDocRoot /home/http PerlSetVar lonPrtDir /home/httpd/prtspool PerlSetVar lonIncludes /home/httpd/html/res/adm/includes PerlSetVar lonZipDir /home/httpd/zipspool - +PerlSetVar lonFontsDir /home/httpd/html/adm/fonts # & separated list of : separated fields in order of # - internal name to call it, # - regexp that it should match (done case-insensitively)