--- loncom/loncapa_apache.conf 2004/06/30 10:17:19 1.89
+++ loncom/loncapa_apache.conf 2004/08/13 15:48:39 1.93
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.89 2004/06/30 10:17:19 foxr Exp $
+## $Id: loncapa_apache.conf,v 1.93 2004/08/13 15:48:39 albertel Exp $
##
#
@@ -316,6 +316,15 @@ ErrorDocument 413 /adm/overloaded.tx
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lontrackstudent
+ErrorDocument 403 /adm/login
+ErrorDocument 413 /adm/overloaded.txt
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -389,6 +398,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
@@ -616,6 +633,15 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonviewclasslist
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -772,6 +798,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 +1038,7 @@ PerlSetVar SSLProgram /usr/bin/openssl
PerlSetVar SSLDirectory /usr/share/ssl
PerlSetVar SSLCAConfig loncapaca
PerlSetVar SSLCAFile /usr/share/ssl/loncapaca/cacert.pem
-# !!!!!!!!!!!!!!!! CHANGE THIS NEXT LINE !!!!!!!!!!!!!!
-PerlSetVar SSLEmail fox@nscl.msu.edu
+PerlSetVar SSLEmail certificate@lon-capa.org
#-------------------------------------------------------------------------