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

##
## loncapa.conf -- Apache HTTP LON-CAPA configuration file
##
## $Id: loncapa.conf,v 1.6 2002/05/16 00:03:36 harris41 Exp $
##
## 5/12/2002 - Scott Harrison
## 5/15/2002 - Scott Harrison

# ======================================= Machine Specific / Perl Configuration
#
# ------------------------ The variable values are also read and shared by lond

# LON-internal HostID of this machine

PerlSetVar       lonHostID    {[[[[lonHostID]]]]}
 
# Role of this machine: library, access

PerlSetVar       lonRole      {[[[[lonRole]]]]}

# Server Administration

PerlSetVar       lonAdmEMail  {[[[[lonAdmEMail]]]]}

# Default domain

PerlSetVar       lonDefDomain {[[[[lonDefDomain]]]]}

# Load Limit ( 100% loadavg )

PerlSetVar       lonLoadLim   {[[[[lonLoadLim]]]]}

# Expiration for local copies and tokens in seconds

PerlSetVar       lonExpire    {[[[[lonExpire]]]]}

# Key to issue receipts
 
PerlSetVar	 lonReceipt   {[[[[lonReceipt]]]]}

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