File:  [LON-CAPA] / loncom / loncapa.conf
Revision 1.6: download - view: text, annotated - select for diffs
Thu May 16 00:03:36 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
BUG 129; enabling loncapa.conf as the authoritative PerlSetVar
location; removing lonSqlAccess

    1: ##
    2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
    3: ##
    4: ## $Id: loncapa.conf,v 1.6 2002/05/16 00:03:36 harris41 Exp $
    5: ##
    6: ## 5/12/2002 - Scott Harrison
    7: ## 5/15/2002 - Scott Harrison
    8: 
    9: # ======================================= Machine Specific / Perl Configuration
   10: #
   11: # ------------------------ The variable values are also read and shared by lond
   12: 
   13: # LON-internal HostID of this machine
   14: 
   15: PerlSetVar       lonHostID    {[[[[lonHostID]]]]}
   16:  
   17: # Role of this machine: library, access
   18: 
   19: PerlSetVar       lonRole      {[[[[lonRole]]]]}
   20: 
   21: # Server Administration
   22: 
   23: PerlSetVar       lonAdmEMail  {[[[[lonAdmEMail]]]]}
   24: 
   25: # Default domain
   26: 
   27: PerlSetVar       lonDefDomain {[[[[lonDefDomain]]]]}
   28: 
   29: # Load Limit ( 100% loadavg )
   30: 
   31: PerlSetVar       lonLoadLim   {[[[[lonLoadLim]]]]}
   32: 
   33: # Expiration for local copies and tokens in seconds
   34: 
   35: PerlSetVar       lonExpire    {[[[[lonExpire]]]]}
   36: 
   37: # Key to issue receipts
   38:  
   39: PerlSetVar	 lonReceipt   {[[[[lonReceipt]]]]}

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