File:  [LON-CAPA] / loncom / loncapa.conf
Revision 1.7: download - view: text, annotated - select for diffs
Mon Feb 3 18:03:52 2003 UTC (21 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
best wishes to all.

    1: ##
    2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
    3: ##
    4: ## $Id: loncapa.conf,v 1.7 2003/02/03 18:03:52 harris41 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: # Expiration for local copies and tokens in seconds
   32: 
   33: PerlSetVar       lonExpire    {[[[[lonExpire]]]]}
   34: 
   35: # Key to issue receipts
   36:  
   37: PerlSetVar	 lonReceipt   {[[[[lonReceipt]]]]}

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