File:  [LON-CAPA] / loncom / loncapa.conf
Revision 1.12: download - view: text, annotated - select for diffs
Tue Jun 1 14:58:12 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0, HEAD
- reverting to 1.10 and modifying the secure attributes to be correct

##
## loncapa.conf -- Apache HTTP LON-CAPA configuration file
##
## $Id: loncapa.conf,v 1.12 2004/06/01 14:58:12 albertel 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]]]]}

# User Load Limit ( 100% loadavg )

PerlSetVar       lonUserLoadLim   {[[[[lonUserLoadLim]]]]}

# Expiration for local copies and tokens in seconds

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

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

#
#   The variables below control the behavior of secure lond:
#
#

#  londAllowInsecure allows lond to fall back to insecure connections
#  in the event its peer is not yet updated to secure lonc.
#  If you are certain all the systems you are communicating with
#  are using secure lonc, set it to 0

PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]}

# loncAllowInsecure allows lonc to fall back to negotiating an insecure
# connection with lond in the event the peer is not yet a secure lond.
# If you are certain that all systems you are communicating with 
# are using secure lond,  set it to 0

PerlSetVar   loncAllowInsecure {[[[[loncAllowInsecure]]]]}


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