--- loncom/loncapa_apache.conf 2005/05/31 17:42:11 1.110
+++ loncom/loncapa_apache.conf 2005/09/21 13:40:05 1.115
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.110 2005/05/31 17:42:11 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.115 2005/09/21 13:40:05 raeburn Exp $
##
#
@@ -56,7 +56,8 @@ ErrorDocument 500 /adm/errorhandler
-PerlAccessHandler Apache::lonenc
+SetHandler perl-script
+PerlHandler Apache::lonenc
ErrorDocument 403 /adm/login
ErrorDocument 404 /adm/notfound.html
ErrorDocument 406 /adm/roles
@@ -284,7 +285,7 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
-
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
PerlHandler Apache::lonsource
@@ -676,6 +677,15 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonwhatsnew
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script