version 1.8, 2000/10/05 21:36:02
|
version 1.12, 2000/11/02 14:16:59
|
Line 9
|
Line 9
|
## |
## |
## Gerd Kortemeyer |
## Gerd Kortemeyer |
## |
## |
## 10/3,10/5 |
## 10/3,10/5,10/12,10/16,10/20,11/2 |
## |
## |
## access.conf -- Apache HTTP server configuration file |
## access.conf -- Apache HTTP server configuration file |
## |
## |
Line 218 SetHandler perl-script
|
Line 218 SetHandler perl-script
|
PerlHandler Apache::lonpage |
PerlHandler Apache::lonpage |
</LocationMatch> |
</LocationMatch> |
|
|
|
<LocationMatch "^/res/.*\.sequence$> |
|
SetHandler perl-script |
|
PerlHandler Apache::lonsequence |
|
</LocationMatch> |
|
|
|
<LocationMatch "^/res/.*\.meta$> |
|
SetHandler perl-script |
|
PerlHandler Apache::lonmeta |
|
</LocationMatch> |
|
|
<LocationMatch "^/res/.*\.xml$"> |
<LocationMatch "^/res/.*\.xml$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
Line 261 PerlHandler Apache::admannotations
|
Line 271 PerlHandler Apache::admannotations
|
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
</Location> |
</Location> |
|
|
|
<Location /adm/bookmarks> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::admbookmarks |
|
ErrorDocument 403 /adm/login |
|
</Location> |
|
|
<Location /adm/flip> |
<Location /adm/flip> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
Line 269 ErrorDocument 406 /adm/roles
|
Line 286 ErrorDocument 406 /adm/roles
|
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
</Location> |
</Location> |
|
|
|
<Location /adm/ambiguous> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonambiguous |
|
ErrorDocument 403 /adm/login |
|
</Location> |
|
|
|
<LocationMatch "^/adm/email/"> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonmsg |
|
ErrorDocument 403 /adm/login |
|
</LocationMatch> |
|
|