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