--- loncom/Attic/srm.conf 2001/08/08 03:07:53 1.23
+++ loncom/Attic/srm.conf 2001/12/07 21:53:53 1.28
@@ -1,6 +1,10 @@
##
## srm.conf -- Apache HTTP server configuration file
##
+#
+# configured for LON-CAPA
+#
+# $Id: srm.conf,v 1.28 2001/12/07 21:53:53 harris41 Exp $
# 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
@@ -146,6 +150,9 @@ LanguagePriority en fr de
Alias /icons/ /home/httpd/icons/
+# needed for lonprintout.pm
+Alias /prtspool/ /home/httpd/prtspool/
+
# ScriptAlias: This controls which directories contain server scripts.
# Format: ScriptAlias fakename realname
@@ -668,7 +675,21 @@ SetHandler perl-script
PerlHandler Apache::lonerrorhandler
-# --------------------------------------------------------------- Backdoor Test
+# ------------------------------------------------- Backdoor Adm Tests/Programs
+
+
+AuthName "LON Network Synchronization Handler"
+AuthType Basic
+AuthUserFile /home/httpd/lonTabs/htpasswd
+require user lonadm
+
+
+
+AuthName "LON Keyword Handler"
+AuthType Basic
+AuthUserFile /home/httpd/lonTabs/htpasswd
+require user lonadm
+
AuthName "LON Test Handler"
@@ -679,3 +700,7 @@ SetHandler perl-script
PerlAccessHandler Apache::lonacc
PerlHandler Apache::lontest
+
+# ------------------------------------------------------- Shutting down a child
+
+PerlChildExitHandler Apache::lonnet::goodbye