davidw 02/01/09 16:59:05
Modified: tests template.conf.tcl
Log:
* tests/template.conf.tcl: Re-add srm.conf and access.conf - if they
aren't present, it tries to grab the ones from /etc/ - not what we
want.
Revision Changes Path
1.6 +3 -0 tcl-rivet/tests/template.conf.tcl
Index: template.conf.tcl
===================================================================
RCS file: /home/cvs/tcl-rivet/tests/template.conf.tcl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- template.conf.tcl 8 Jan 2002 17:47:36 -0000 1.5
+++ template.conf.tcl 10 Jan 2002 00:59:05 -0000 1.6
@@ -9,6 +9,9 @@
PidFile "$CWD/httpd.pid"
+ResourceConfig "$CWD/srm.conf"
+AccessConfig "$CWD/access.conf"
+
Timeout 300
MaxRequestsPerChild 100