File:  [LON-CAPA] / loncom / loncapa.conf
Revision 1.12: download - view: text, annotated - select for diffs
Tue Jun 1 14:58:12 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0, HEAD
- reverting to 1.10 and modifying the secure attributes to be correct

    1: ##
    2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
    3: ##
    4: ## $Id: loncapa.conf,v 1.12 2004/06/01 14:58:12 albertel Exp $
    5: ##
    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: 
   13: PerlSetVar       lonHostID    {[[[[lonHostID]]]]}
   14:  
   15: # Role of this machine: library, access
   16: 
   17: PerlSetVar       lonRole      {[[[[lonRole]]]]}
   18: 
   19: # Server Administration
   20: 
   21: PerlSetVar       lonAdmEMail  {[[[[lonAdmEMail]]]]}
   22: 
   23: # Default domain
   24: 
   25: PerlSetVar       lonDefDomain {[[[[lonDefDomain]]]]}
   26: 
   27: # Load Limit ( 100% loadavg )
   28: 
   29: PerlSetVar       lonLoadLim   {[[[[lonLoadLim]]]]}
   30: 
   31: # User Load Limit ( 100% loadavg )
   32: 
   33: PerlSetVar       lonUserLoadLim   {[[[[lonUserLoadLim]]]]}
   34: 
   35: # Expiration for local copies and tokens in seconds
   36: 
   37: PerlSetVar       lonExpire    {[[[[lonExpire]]]]}
   38: 
   39: # Key to issue receipts
   40:  
   41: PerlSetVar	 lonReceipt   {[[[[lonReceipt]]]]}
   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, set it to 0
   52: 
   53: PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]}
   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 
   58: # are using secure lond,  set it to 0
   59: 
   60: PerlSetVar   loncAllowInsecure {[[[[loncAllowInsecure]]]]}
   61: 

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