version 1.15, 2000/11/10 14:43:07
|
version 1.16, 2000/11/20 16:13:17
|
Line 9
|
Line 9
|
## |
## |
## Gerd Kortemeyer |
## Gerd Kortemeyer |
## |
## |
## 10/3,10/5,10/12,10/16,10/20,11/2,11/6,11/10 |
## 10/3,10/5,10/12,10/16,10/20,11/2,11/6,11/10,11/20 |
## |
## |
## access.conf -- Apache HTTP server configuration file |
## access.conf -- Apache HTTP server configuration file |
## |
## |
Line 138 PerlSetVar lonDefDomain {[[[[lonDe
|
Line 138 PerlSetVar lonDefDomain {[[[[lonDe
|
|
|
PerlSetVar lonLoadLim {[[[[lonLoadLim]]]]} |
PerlSetVar lonLoadLim {[[[[lonLoadLim]]]]} |
|
|
# Expiration for local copies in seconds |
# Expiration for local copies and tokens in seconds |
|
|
PerlSetVar lonExpire {[[[[lonExpire]]]]} |
PerlSetVar lonExpire {[[[[lonExpire]]]]} |
|
|
Line 233 SetHandler perl-script
|
Line 233 SetHandler perl-script
|
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/(res|\~).*\.problem$"> |
<LocationMatch "^/(res|\~).*\.(problem|exam|quiz|assess|survey|form)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhomework |
PerlHandler Apache::lonhomework |
</LocationMatch> |
</LocationMatch> |
Line 300 PerlHandler Apache::lonmsg
|
Line 300 PerlHandler Apache::lonmsg
|
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
</LocationMatch> |
</LocationMatch> |
|
|
|
<LocationMatch "^/adm/parmset/"> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonparmset |
|
ErrorDocument 403 /adm/login |
|
</LocationMatch> |
|
|