version 1.25, 2001/09/25 17:23:02
|
version 1.27, 2001/12/06 19:23:42
|
Line 1
|
Line 1
|
## |
## |
## srm.conf -- Apache HTTP server configuration file |
## srm.conf -- Apache HTTP server configuration file |
## |
## |
|
# |
|
# configured for LON-CAPA |
|
# |
|
# $Id$ |
|
|
# With this document, you define the name space that users see of your http |
# With this document, you define the name space that users see of your http |
# server. This file also defines server settings which affect how requests are |
# server. This file also defines server settings which affect how requests are |
Line 671 PerlHandler Apache::lonerrorhandler
|
Line 675 PerlHandler Apache::lonerrorhandler
|
# ------------------------------------------------- Backdoor Adm Tests/Programs |
# ------------------------------------------------- Backdoor Adm Tests/Programs |
|
|
<Location /cgi-bin/loncron.pl> |
<Location /cgi-bin/loncron.pl> |
AuthName "LON Test Handler" |
AuthName "LON Network Synchronization Handler" |
AuthType Basic |
AuthType Basic |
AuthUserFile /home/httpd/lonTabs/htpasswd |
AuthUserFile /home/httpd/lonTabs/htpasswd |
require user lonadm |
require user lonadm |
</Location> |
</Location> |
|
|
<Location /cgi-bin/metadata_keywords.pl> |
<Location /cgi-bin/metadata_keywords.pl> |
AuthName "LON Test Handler" |
AuthName "LON Keyword Handler" |
AuthType Basic |
AuthType Basic |
AuthUserFile /home/httpd/lonTabs/htpasswd |
AuthUserFile /home/httpd/lonTabs/htpasswd |
require user lonadm |
require user lonadm |
Line 693 SetHandler perl-script
|
Line 697 SetHandler perl-script
|
PerlAccessHandler Apache::lonacc |
PerlAccessHandler Apache::lonacc |
PerlHandler Apache::lontest |
PerlHandler Apache::lontest |
</Location> |
</Location> |
|
|
|
# ------------------------------------------------------- Shutting down a child |
|
|
|
PerlChildExitHandler Apache::lonnet::goodbye |
|
|