--- loncom/loncapa_apache.conf 2005/11/15 18:35:35 1.119
+++ loncom/loncapa_apache.conf 2005/11/15 23:05:05 1.120
@@ -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.120 2005/11/15 23:05:05 raeburn Exp $
##
#
@@ -133,6 +133,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