--- loncom/loncapa_apache.conf 2004/06/01 09:55:04 1.82
+++ loncom/loncapa_apache.conf 2004/07/03 18:49:42 1.90
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.82 2004/06/01 09:55:04 foxr Exp $
+## $Id: loncapa_apache.conf,v 1.90 2004/07/03 18:49:42 raeburn Exp $
##
#
@@ -65,6 +65,19 @@ ErrorDocument 406 /adm/roles
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::portfolio
+
+
+
+SetHandler perl-script
+PerlHandler Apache::portfolio
+
+
+
+
PerlAccessHandler Apache::lontokacc
PerlCleanupHandler Apache::lontokacc::removefile
@@ -258,6 +271,16 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonsource
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
+
PerlAccessHandler Apache::lonacc
SetHandler perl-script
@@ -749,6 +772,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
@@ -912,6 +947,8 @@ PerlSetVar lonSqlAccess localhos
PerlSetVar lonhttpdPort 8080
+#----------------------------------------------------------------------------
+#
# Parameters used by secure lond/lonc
#
@@ -955,6 +992,31 @@ PerlSetVar lonnetPrivateKey lonK
# Did we mention that the file described above must have
# permissions really locked down so that it can't be stolen?
+#-------------------------------------------------------------------------
+
+# Parameters that define where all the ssl stuff is that's needed
+# to generate certificate requests and, on a system that's a CA
+# the certificate authority.
+#
+# SSLProgram -> Path to the openssl command
+# SSLDirectory -> Directory containing ssl configuration files etc.
+# SSLCAConfig -> Name of the SSL config file for the certificate
+# Authority.
+# SSLCAFile -> Full path to the Certificate authority file
+# (on the cert manager system).
+# SSLEmail -> E-mail address of loncapa certificate manager.
+# The following are good for the loncapa redhat installs and
+# the loncapa certificate authority system:
+#
+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
+
+#-------------------------------------------------------------------------
+