File:  [LON-CAPA] / loncom / loncapa.conf
Revision 1.5: download - view: text, annotated - select for diffs
Sun May 12 19:12:01 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
this file only consists of user-specified machine configuration values

    1: ##
    2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
    3: ##
    4: ## $Id: loncapa.conf,v 1.5 2002/05/12 19:12:01 harris41 Exp $
    5: ##
    6: ## 5/12/2002 - Scott Harrison
    7: 
    8: # **** DISABLED TO STAY COMPATIBLE WITH LON-CAPA AND ACCESS.CONF FOR NOW ******
    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]]]]}
   40: 
   41: # Key to handle SQL access
   42:  
   43: # PerlSetVar	 lonSqlAccess   {[[[[lonSqlAccess]]]]}
   44: 

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