--- loncom/loncapa_apache.conf 2005/11/15 18:35:35 1.119 +++ loncom/loncapa_apache.conf 2006/03/29 18:08:40 1.123 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.119 2005/11/15 18:35:35 albertel Exp $ +## $Id: loncapa_apache.conf,v 1.123 2006/03/29 18:08:40 raeburn Exp $ ## # @@ -70,6 +70,12 @@ SetHandler perl-script PerlHandler Apache::portfolio + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::portfolio + + PerlAccessHandler Apache::lontokacc PerlCleanupHandler Apache::lontokacc::removefile @@ -115,6 +121,14 @@ ErrorDocument 404 /adm/notfound.html ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonrss +ErrorDocument 404 /adm/notfound.html +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -133,6 +147,15 @@ ErrorDocument 406 /adm/notinit.html ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonsimplepage +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/notinit.html +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script