[LON-CAPA-cvs] cvs: doc /build/confexamples loncapa.conf
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 02 Sep 2005 18:52:45 -0000
albertel Fri Sep 2 14:52:45 2005 EDT
Modified files:
/doc/build/confexamples loncapa.conf
Log:
- updated loncapa,conf to include comments and the new configuration ooptions
Index: doc/build/confexamples/loncapa.conf
diff -u doc/build/confexamples/loncapa.conf:1.2 doc/build/confexamples/loncapa.conf:1.3
--- doc/build/confexamples/loncapa.conf:1.2 Thu Jun 6 11:40:23 2002
+++ doc/build/confexamples/loncapa.conf Fri Sep 2 14:52:43 2005
@@ -1,7 +1,54 @@
-PerlSetVar lonAdmEMail harris41@spock.lite.msu.edu
-PerlSetVar lonHostID morphyl1
-PerlSetVar lonRole library
-PerlSetVar lonLoadLim 2.00
-PerlSetVar lonExpire 86400
-PerlSetVar lonReceipt lkj32kjlppqkkm
-PerlSetVar lonDefDomain msu
+# LON-internal HostID of this machine
+
+PerlSetVar lonHostID morphyl1
+
+# Role of this machine: library, access
+
+PerlSetVar lonRole library
+
+# Server Administration
+
+PerlSetVar lonAdmEMail albertel@msu.edu
+
+# Support E-mail
+
+PerlSetVar lonSupportEMail helpdesk@msu.edu
+
+# Default domain
+
+PerlSetVar lonDefDomain msu
+
+# Load Limit ( 100% loadavg )
+
+PerlSetVar lonLoadLim 4.00
+
+# User Load Limit ( 100% loadavg )
+
+PerlSetVar lonUserLoadLim 100
+
+# Expiration for local copies and tokens in seconds
+
+PerlSetVar lonExpire 86400
+
+# Key to issue receipts
+
+PerlSetVar lonReceipt lkj32kjlppqkkm
+
+#
+# The variables below control the behavior of secure lond:
+#
+#
+
+# londAllowInsecure allows lond to fall back to insecure connections
+# in the event its peer is not yet updated to secure lonc.
+# If you are certain all the systems you are communicating with
+# are using secure lonc, set it to 0
+
+PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]}
+
+# loncAllowInsecure allows lonc to fall back to negotiating an insecure
+# connection with lond in the event the peer is not yet a secure lond.
+# If you are certain that all systems you are communicating with
+# are using secure lond, set it to 0
+
+PerlSetVar loncAllowInsecure {[[[[loncAllowInsecure]]]]}