Annotation of loncom/loncapa.conf, revision 1.12
1.1 harris41 1: ##
2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
3: ##
1.11 foxr 4: ## $Id: loncapa.conf,v 1.10 2004/05/27 09:28:38 foxr 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:
23: # Default domain
24:
1.12 ! albertel 25: PerlSetVar lonDefDomain {[[[[lonDefDomain]]]]}
1.3 harris41 26:
27: # Load Limit ( 100% loadavg )
28:
1.12 ! albertel 29: PerlSetVar lonLoadLim {[[[[lonLoadLim]]]]}
1.8 albertel 30:
31: # User Load Limit ( 100% loadavg )
32:
1.12 ! albertel 33: PerlSetVar lonUserLoadLim {[[[[lonUserLoadLim]]]]}
1.3 harris41 34:
35: # Expiration for local copies and tokens in seconds
36:
1.12 ! albertel 37: PerlSetVar lonExpire {[[[[lonExpire]]]]}
1.3 harris41 38:
39: # Key to issue receipts
40:
1.12 ! albertel 41: PerlSetVar lonReceipt {[[[[lonReceipt]]]]}
1.9 foxr 42:
43: #
44: # The variables below control the behavior of secure lond:
45: #
46: #
47:
48: # londAllowInsecure allows lond to fall back to insecure connections
49: # in the event its peer is not yet updated to secure lonc.
50: # If you are certain all the systems you are communicating with
1.12 ! albertel 51: # are using secure lonc, set it to 0
1.9 foxr 52:
1.12 ! albertel 53: PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]}
1.9 foxr 54:
55: # loncAllowInsecure allows lonc to fall back to negotiating an insecure
56: # connection with lond in the event the peer is not yet a secure lond.
57: # If you are certain that all systems you are communicating with
1.12 ! albertel 58: # are using secure lond, set it to 0
1.9 foxr 59:
1.12 ! albertel 60: PerlSetVar loncAllowInsecure {[[[[loncAllowInsecure]]]]}
1.9 foxr 61:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>