--- loncom/Attic/srm.conf	2001/09/25 17:23:02	1.25
+++ loncom/Attic/srm.conf	2001/12/06 19:23:42	1.27
@@ -1,6 +1,10 @@
 ##
 ## srm.conf -- Apache HTTP server configuration file
 ##
+#
+# configured for LON-CAPA
+#
+# $Id: srm.conf,v 1.27 2001/12/06 19:23:42 www 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
@@ -671,14 +675,14 @@ PerlHandler Apache::lonerrorhandler
 # ------------------------------------------------- Backdoor Adm Tests/Programs
 
 <Location /cgi-bin/loncron.pl>
-AuthName "LON Test Handler"
+AuthName "LON Network Synchronization Handler"
 AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>
 
 <Location /cgi-bin/metadata_keywords.pl>
-AuthName "LON Test Handler"
+AuthName "LON Keyword Handler"
 AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
@@ -693,3 +697,7 @@ SetHandler perl-script
 PerlAccessHandler Apache::lonacc
 PerlHandler Apache::lontest
 </Location>
+
+# ------------------------------------------------------- Shutting down a child
+
+PerlChildExitHandler Apache::lonnet::goodbye
\ No newline at end of file