You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/04/19 14:42:43 UTC

cvs commit: tcl-websh/src/apachetests/apachetest apachetest.tcl template.conf.tcl

ronnie      02/04/19 05:42:43

  Modified:    src/apachetests runtests.tcl
               src/apachetests/apachetest apachetest.tcl template.conf.tcl
  Log:
  - solved configuration problems for apache-1.3.24
  
  Revision  Changes    Path
  1.7       +5 -2      tcl-websh/src/apachetests/runtests.tcl
  
  Index: runtests.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/apachetests/runtests.tcl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- runtests.tcl	9 Apr 2002 16:30:45 -0000	1.6
  +++ runtests.tcl	19 Apr 2002 12:42:42 -0000	1.7
  @@ -7,8 +7,11 @@
   apachetest::getbinname $argv
   
   apachetest::makeconf server.conf {
  -    LoadModule websh_module [file join $CWD .. unix "mod_websh3.50[info sharedlibextension]"]
  -    AddHandler websh .ws3
  +
  +LoadModule websh_module [file join $CWD .. unix "mod_websh3.50[info sharedlibextension]"]
  +AddHandler websh .ws3
  +
  +WebshConfig [file join $CWD websh.conf]
   
   }
   
  
  
  
  1.3       +2 -1      tcl-websh/src/apachetests/apachetest/apachetest.tcl
  
  Index: apachetest.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/apachetests/apachetest/apachetest.tcl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apachetest.tcl	18 Apr 2002 18:17:12 -0000	1.2
  +++ apachetest.tcl	19 Apr 2002 12:42:42 -0000	1.3
  @@ -1,4 +1,4 @@
  -# $Id: apachetest.tcl,v 1.2 2002/04/18 18:17:12 ronnie Exp $
  +# $Id: apachetest.tcl,v 1.3 2002/04/19 12:42:42 ronnie Exp $
   
   # Tcl based Apache test suite, by David N. Welton <da...@dedasys.com>
   
  @@ -61,6 +61,7 @@
       }
       kill $serverpid
       wait $serverpid
  +    catch {file delete httpd.pid}
   }
   
   # startserver - start the server with 'options'.
  
  
  
  1.4       +0 -2      tcl-websh/src/apachetests/apachetest/template.conf.tcl
  
  Index: template.conf.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/apachetests/apachetest/template.conf.tcl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- template.conf.tcl	17 Apr 2002 16:30:26 -0000	1.3
  +++ template.conf.tcl	19 Apr 2002 12:42:42 -0000	1.4
  @@ -22,8 +22,6 @@
   
   DocumentRoot "$CWD"
   
  -WebshConfig "${CWD}/websh.conf"
  -
   <Directory "$CWD">
   Options All MultiViews
   AllowOverride All
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org