version 1.36, 2003/02/24 23:32:32
|
version 1.39, 2003/03/14 02:26:12
|
Line 174 SetHandler perl-script
|
Line 174 SetHandler perl-script
|
PerlHandler Apache::lonmeta |
PerlHandler Apache::lonmeta |
</LocationMatch> |
</LocationMatch> |
|
|
|
<LocationMatch "^/(res|\~).*\.rights$> |
|
SetHandler perl-script |
|
PerlHandler Apache::lonrights |
|
</LocationMatch> |
|
|
<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm)$"> |
<LocationMatch "^/(res|\~).*\.(xml|html|htm|xhtml|xhtm)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
Line 478 ErrorDocument 500 /adm/errorhandler
|
Line 483 ErrorDocument 500 /adm/errorhandler
|
<Location /adm/coursedocs> |
<Location /adm/coursedocs> |
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
|
PerlCleanupHandler Apache::coursedocs::untiehash |
PerlHandler Apache::londocs |
PerlHandler Apache::londocs |
ErrorDocument 403 /adm/login |
ErrorDocument 403 /adm/login |
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
Line 593 PerlHandler Apache::lonhelp
|
Line 599 PerlHandler Apache::lonhelp
|
AuthName "LON-CAPA Network Administration" |
AuthName "LON-CAPA Network Administration" |
AuthType Basic |
AuthType Basic |
AuthUserFile /home/httpd/lonTabs/htpasswd |
AuthUserFile /home/httpd/lonTabs/htpasswd |
|
require user lonadm |
|
</Location> |
|
|
|
<Location /cgi-bin/userstatus.pl> |
|
AuthName "LON-CAPA Network Administration" |
|
AuthType Basic |
|
AuthUserFile /home/httpd/lonTabs/htpasswd |
require user lonadm |
require user lonadm |
</Location> |
</Location> |
|
|