--- loncom/loncapa_apache.conf 2002/08/10 14:57:54 1.14 +++ loncom/loncapa_apache.conf 2002/08/27 13:23:01 1.17 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.14 2002/08/10 14:57:54 matthew Exp $ +## $Id: loncapa_apache.conf,v 1.17 2002/08/27 13:23:01 www Exp $ ## ## 1/11/2002 - Scott Harrison ## 2/19/2002 - Scott Harrison @@ -45,14 +45,6 @@ ScriptAlias /cgi-bin/ "/home/httpd/cgi-b PerlTransHandler Apache::lontrans - -ErrorDocument 403 /adm/login -ErrorDocument 404 /adm/notfound.html -ErrorDocument 406 /adm/roles -ErrorDocument 500 /adm/errorhandler - - - PerlAccessHandler Apache::lonacc PerlHeaderParserHandler Apache::lonrep @@ -71,6 +63,22 @@ PerlAccessHandler Apache::lonuploadedacc ErrorDocument 404 /adm/notfound.html ErrorDocument 500 /adm/errorhandler + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonsyllabus +ErrorDocument 404 /adm/notfound.html +ErrorDocument 500 /adm/errorhandler + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonaboutme +ErrorDocument 404 /adm/notfound.html +ErrorDocument 500 /adm/errorhandler + PerlAccessHandler Apache::loncacc