version 1.7, 2000/10/03 20:05:26
|
version 1.10, 2000/10/16 18:13:44
|
Line 9
|
Line 9
|
## |
## |
## Gerd Kortemeyer |
## Gerd Kortemeyer |
## |
## |
## 10/3 |
## 10/3,10/5,10/12,10/16 |
## |
## |
## 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/.*\.xml$"> |
<LocationMatch "^/res/.*\.xml$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
Line 246 PerlHandler Apache::lonlogin
|
Line 251 PerlHandler Apache::lonlogin
|
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonlogout |
PerlHandler Apache::lonlogout |
|
ErrorDocument 403 /adm/login |
</Location> |
</Location> |
|
|
<Location /adm/authenticate> |
<Location /adm/authenticate> |
Line 257 PerlHandler Apache::lonauth
|
Line 263 PerlHandler Apache::lonauth
|
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::admannotations |
PerlHandler Apache::admannotations |
|
ErrorDocument 403 /adm/login |
</Location> |
</Location> |
|
|
<Location /adm/flip> |
<Location /adm/flip> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonpageflip |
PerlHandler Apache::lonpageflip |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 403 /adm/login |
|
</Location> |
|
|
|
<Location /adm/ambiguous> |
|
PerlAccessHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonambiguous |
|
ErrorDocument 403 /adm/login |
</Location> |
</Location> |
|
|