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, 1 month ago) by harris41
Branches: MAIN
CVS tags: HEAD
best wishes to all.

##
## loncapa.conf -- Apache HTTP LON-CAPA configuration file
##
## $Id: loncapa.conf,v 1.7 2003/02/03 18:03:52 harris41 Exp $
##

# ======================================= 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>