version 1.7, 2000/10/03 20:05:26
|
version 1.8, 2000/10/05 21:36:02
|
Line 9
|
Line 9
|
## |
## |
## Gerd Kortemeyer |
## Gerd Kortemeyer |
## |
## |
## 10/3 |
## 10/3,10/5 |
## |
## |
## access.conf -- Apache HTTP server configuration file |
## access.conf -- Apache HTTP server configuration file |
## |
## |
Line 246 PerlHandler Apache::lonlogin
|
Line 246 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 258 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> |
|
|