Annotation of loncom/loncapa.conf, revision 1.13
1.1 harris41 1: ##
2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
3: ##
1.13 ! raeburn 4: ## $Id: loncapa.conf,v 1.12 2004/06/01 14:58:12 albertel Exp $
1.1 harris41 5: ##
1.3 harris41 6:
7: # ======================================= Machine Specific / Perl Configuration
8: #
9: # ------------------------ The variable values are also read and shared by lond
10:
11: # LON-internal HostID of this machine
12:
1.12 albertel 13: PerlSetVar lonHostID {[[[[lonHostID]]]]}
1.3 harris41 14:
15: # Role of this machine: library, access
16:
1.12 albertel 17: PerlSetVar lonRole {[[[[lonRole]]]]}
1.3 harris41 18:
19: # Server Administration
20:
1.12 albertel 21: PerlSetVar lonAdmEMail {[[[[lonAdmEMail]]]]}
1.3 harris41 22:
1.13 ! raeburn 23: # Support E-mail
! 24:
! 25: PerlSetVar lonSupportEMail {[[[[lonSupportEMail]]]]}
! 26:
1.3 harris41 27: # Default domain
28:
1.12 albertel 29: PerlSetVar lonDefDomain {[[[[lonDefDomain]]]]}
1.3 harris41 30:
31: # Load Limit ( 100% loadavg )
32:
1.12 albertel 33: PerlSetVar lonLoadLim {[[[[lonLoadLim]]]]}
1.8 albertel 34:
35: # User Load Limit ( 100% loadavg )
36:
1.12 albertel 37: PerlSetVar lonUserLoadLim {[[[[lonUserLoadLim]]]]}
1.3 harris41 38:
39: # Expiration for local copies and tokens in seconds
40:
1.12 albertel 41: PerlSetVar lonExpire {[[[[lonExpire]]]]}
1.3 harris41 42:
43: # Key to issue receipts
44:
1.12 albertel 45: PerlSetVar lonReceipt {[[[[lonReceipt]]]]}
1.9 foxr 46:
47: #
48: # The variables below control the behavior of secure lond:
49: #
50: #
51:
52: # londAllowInsecure allows lond to fall back to insecure connections
53: # in the event its peer is not yet updated to secure lonc.
54: # If you are certain all the systems you are communicating with
1.12 albertel 55: # are using secure lonc, set it to 0
1.9 foxr 56:
1.12 albertel 57: PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]}
1.9 foxr 58:
59: # loncAllowInsecure allows lonc to fall back to negotiating an insecure
60: # connection with lond in the event the peer is not yet a secure lond.
61: # If you are certain that all systems you are communicating with
1.12 albertel 62: # are using secure lond, set it to 0
1.9 foxr 63:
1.12 albertel 64: PerlSetVar loncAllowInsecure {[[[[loncAllowInsecure]]]]}
1.9 foxr 65:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>