Annotation of loncom/loncapa.conf, revision 1.5

1.1       harris41    1: ##
                      2: ## loncapa.conf -- Apache HTTP LON-CAPA configuration file
                      3: ##
1.5     ! harris41    4: ## $Id: loncapa.conf,v 1.4 2002/03/02 04:13:58 harris41 Exp $
1.1       harris41    5: ##
1.5     ! harris41    6: ## 5/12/2002 - Scott Harrison
1.3       harris41    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>