--- loncom/loncapa_apache.conf 2002/09/10 14:26:13 1.18 +++ loncom/loncapa_apache.conf 2002/09/10 19:01:09 1.19 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.18 2002/09/10 14:26:13 www Exp $ +## $Id: loncapa_apache.conf,v 1.19 2002/09/10 19:01:09 www Exp $ ## ## 1/11/2002 - Scott Harrison ## 2/19/2002 - Scott Harrison @@ -79,6 +79,22 @@ PerlHandler Apache::lonabout ErrorDocument 404 /adm/notfound.html ErrorDocument 500 /adm/errorhandler + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonsimplepage +ErrorDocument 404 /adm/notfound.html +ErrorDocument 500 /adm/errorhandler + + + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonbulletin +ErrorDocument 404 /adm/notfound.html +ErrorDocument 500 /adm/errorhandler + PerlAccessHandler Apache::loncacc