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, 10 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
this file only consists of user-specified machine configuration values

##
## loncapa.conf -- Apache HTTP LON-CAPA configuration file
##
## $Id: loncapa.conf,v 1.5 2002/05/12 19:12:01 harris41 Exp $
##
## 5/12/2002 - Scott Harrison

# **** DISABLED TO STAY COMPATIBLE WITH LON-CAPA AND ACCESS.CONF FOR NOW ******
# ======================================= 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]]]]}

# Key to handle SQL access
 
# PerlSetVar	 lonSqlAccess   {[[[[lonSqlAccess]]]]}


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