version 1.4, 2000/08/30 11:11:26
|
version 1.5, 2000/09/21 19:00:41
|
Line 112 Options Indexes FollowSymLinks
|
Line 112 Options Indexes FollowSymLinks
|
|
|
# LON-internal HostID of this machine |
# LON-internal HostID of this machine |
|
|
PerlSetVar lonHostID msul1 |
PerlSetVar lonHostID {[[[[lonHostID]]]]} |
|
|
# Role of this machine: library, access |
# Role of this machine: library, access |
|
|
PerlSetVar lonRole library |
PerlSetVar lonRole {[[[[lonRole]]]]} |
|
|
# Server Administration |
# Server Administration |
|
|
PerlSetVar lonAdmEMail korte@lite.msu.edu |
PerlSetVar lonAdmEMail {[[[[lonAdmEMail]]]]} |
|
|
# Default domain |
# Default domain |
|
|
PerlSetVar lonDefDomain msu |
PerlSetVar lonDefDomain {[[[[lonDefDomain]]]]} |
|
|
# Load Limit ( 100% loadavg ) |
# Load Limit ( 100% loadavg ) |
|
|
PerlSetVar lonLoadLim 2.00 |
PerlSetVar lonLoadLim {[[[[lonLoadLim]]]]} |
|
|
# Expiration for local copies in seconds |
# Expiration for local copies in seconds |
|
|
PerlSetVar lonExpire 86400 |
PerlSetVar lonExpire {[[[[lonExpire]]]]} |
|
|
# ----------------------------------------------------------- Internal Settings |
# ----------------------------------------------------------- Internal Settings |
|
|
Line 254 SetHandler perl-script
|
Line 254 SetHandler perl-script
|
PerlHandler Apache::admannotations |
PerlHandler Apache::admannotations |
</Location> |
</Location> |
|
|
|
|
|
|
# ------------------------------------------------------------------ Test Trash |
|
|
|
<Location /adm/test> |
|
SetHandler perl-script |
|
PerlAccessHandler Apache::lonacc |
|
PerlHandler Apache::lontest |
|
</Location> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|