--- loncom/loncapa_apache.conf 2004/06/29 14:19:32 1.88
+++ loncom/loncapa_apache.conf 2004/07/22 23:50:55 1.91
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.88 2004/06/29 14:19:32 albertel Exp $
+## $Id: loncapa_apache.conf,v 1.91 2004/07/22 23:50:55 www Exp $
##
#
@@ -389,6 +389,14 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonspeller
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -772,6 +780,18 @@ SetHandler perl-script
PerlHandler Apache::lonhelp
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonhelpmenu
+
+
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonsupportreq
+
+
# ------------------------------------------------- Backdoor Adm Tests/Programs
@@ -1000,8 +1020,8 @@ PerlSetVar SSLProgram /usr/bin/openssl
PerlSetVar SSLDirectory /usr/share/ssl
PerlSetVar SSLCAConfig loncapaca
PerlSetVar SSLCAFile /usr/share/ssl/loncapaca/cacert.pem
-# CHANGE THIS!!!!!
-PerlSetVar SSLEmail fox@nscl.msu.edu
+# !!!!!!!!!!!!!!!! CHANGE THIS NEXT LINE !!!!!!!!!!!!!!
+PerlSetVar SSLEmail fox@nscl.msu.edu
#-------------------------------------------------------------------------