Annotation of loncom/loncapa.conf, revision 1.10

1.1       harris41    1: ##
                      2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
                      3: ##
1.10    ! foxr        4: ## $Id: loncapa.conf,v 1.9 2004/05/26 10:17:49 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.6       harris41   13: PerlSetVar       lonHostID    {[[[[lonHostID]]]]}
1.3       harris41   14:  
                     15: # Role of this machine: library, access
                     16: 
1.6       harris41   17: PerlSetVar       lonRole      {[[[[lonRole]]]]}
1.3       harris41   18: 
                     19: # Server Administration
                     20: 
1.6       harris41   21: PerlSetVar       lonAdmEMail  {[[[[lonAdmEMail]]]]}
1.3       harris41   22: 
                     23: # Default domain
                     24: 
1.6       harris41   25: PerlSetVar       lonDefDomain {[[[[lonDefDomain]]]]}
1.3       harris41   26: 
                     27: # Load Limit ( 100% loadavg )
                     28: 
1.6       harris41   29: PerlSetVar       lonLoadLim   {[[[[lonLoadLim]]]]}
1.8       albertel   30: 
                     31: # User Load Limit ( 100% loadavg )
                     32: 
                     33: PerlSetVar       lonUserLoadLim   {[[[[lonUserLoadLim]]]]}
1.3       harris41   34: 
                     35: # Expiration for local copies and tokens in seconds
                     36: 
1.6       harris41   37: PerlSetVar       lonExpire    {[[[[lonExpire]]]]}
1.3       harris41   38: 
                     39: # Key to issue receipts
                     40:  
1.6       harris41   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
                     51: #  are using secure lonc, uncomment the first definition and
                     52: #  comment the second.
                     53: 
                     54: # PerlSetVar londAllowInsecure {[[[[0]]]]}
                     55: PerlSetVar londAllowInsecure {[[[[1]]]]}
                     56: 
                     57: # loncAllowInsecure allows lonc to fall back to negotiating an insecure
                     58: # connection with lond in the event the peer is not yet a secure lond.
                     59: # If you are certain that all systems you are communicating with 
                     60: # are using secure lond, uncomment the next line and comment the
                     61: # second:
                     62: 
                     63: # PerlSetVar loncAllowInsecure {[[[[0]]]]}
                     64: PerlSetVar   loncAllowInsecure {[[[[1]]]]}
                     65: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>