Diff for /loncom/loncapa.conf between versions 1.7 and 1.12

version 1.7, 2003/02/03 18:03:52 version 1.12, 2004/06/01 14:58:12
Line 28  PerlSetVar       lonDefDomain {[[[[lonDe Line 28  PerlSetVar       lonDefDomain {[[[[lonDe
   
 PerlSetVar       lonLoadLim   {[[[[lonLoadLim]]]]}  PerlSetVar       lonLoadLim   {[[[[lonLoadLim]]]]}
   
   # User Load Limit ( 100% loadavg )
   
   PerlSetVar       lonUserLoadLim   {[[[[lonUserLoadLim]]]]}
   
 # Expiration for local copies and tokens in seconds  # Expiration for local copies and tokens in seconds
   
 PerlSetVar       lonExpire    {[[[[lonExpire]]]]}  PerlSetVar       lonExpire    {[[[[lonExpire]]]]}
Line 35  PerlSetVar       lonExpire    {[[[[lonEx Line 39  PerlSetVar       lonExpire    {[[[[lonEx
 # Key to issue receipts  # Key to issue receipts
     
 PerlSetVar lonReceipt   {[[[[lonReceipt]]]]}  PerlSetVar lonReceipt   {[[[[lonReceipt]]]]}
   
   #
   #   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]]]]}
   

Removed from v.1.7  
changed lines
  Added in v.1.12


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