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 2009/06/17 09:41:28 UTC

svn commit: r785497 - in /tcl/websh/trunk: doc/mod_websh/README src/ChangeLog src/apachetests/README src/win/README

Author: ronnie
Date: Wed Jun 17 07:41:27 2009
New Revision: 785497

URL: http://svn.apache.org/viewvc?rev=785497&view=rev
Log:
- documentation fixes

Modified:
    tcl/websh/trunk/doc/mod_websh/README
    tcl/websh/trunk/src/ChangeLog
    tcl/websh/trunk/src/apachetests/README
    tcl/websh/trunk/src/win/README

Modified: tcl/websh/trunk/doc/mod_websh/README
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/doc/mod_websh/README?rev=785497&r1=785496&r2=785497&view=diff
==============================================================================
--- tcl/websh/trunk/doc/mod_websh/README (original)
+++ tcl/websh/trunk/doc/mod_websh/README Wed Jun 17 07:41:27 2009
@@ -37,7 +37,8 @@
 	websh.exe               (Windows)
 	websh<version>.exe      (Windows)
 
-- Tcl extension (loaded by Websh and loadable into a plain Tclsh):
+- Tcl extension (loaded by Websh and mod_websh.so and loadable into 
+  a plain Tclsh):
 	libwebsh.so             (Unix symbolic link)
 	libwebsh<version>.so    (Unix)
 	websh.dll               (Windows)
@@ -48,5 +49,5 @@
 
 To run the Apache module, modules/mod_websh.so (or 
 mod_websh<version>.so respectively), libwebsh.so (or
-libwebsh<version>.so respectively), and the Tcl installation is needed.
-
+libwebsh<version>.so respectively) for Unix or websh.dll (or 
+websh<version>.dll) for Windows, and the Tcl installation is needed.

Modified: tcl/websh/trunk/src/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/ChangeLog?rev=785497&r1=785496&r2=785497&view=diff
==============================================================================
--- tcl/websh/trunk/src/ChangeLog (original)
+++ tcl/websh/trunk/src/ChangeLog Wed Jun 17 07:41:27 2009
@@ -1,3 +1,10 @@
+2009-06-17 Brunner Ronnie <ro...@netcetera.ch>
+	* doc/mod_websh/README, src/win/README:
+	- Properly document that shared lib libwebsh.so (websh.dll) is
+	  now needed to run the Apache module
+	* src/apachetests/README:
+	- hint on running apachetests on Windows
+
 2009-06-12 Brunner Ronnie <ro...@netcetera.ch>
 	* src/tests/logtosyslog.test:
 	- add constraint to only run test when syslog is 

Modified: tcl/websh/trunk/src/apachetests/README
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/apachetests/README?rev=785497&r1=785496&r2=785497&view=diff
==============================================================================
--- tcl/websh/trunk/src/apachetests/README (original)
+++ tcl/websh/trunk/src/apachetests/README Wed Jun 17 07:41:27 2009
@@ -12,7 +12,8 @@
 ./runtests.tcl /path/to/apache/binary/httpd
 
 Note that the environment needs to be set properly. For easier setup, 
-run this test suite from the ../unix direcotry using 'make apachetest'. 
+run this test suite from the ../unix or ../win direcotry using 
+'make apachetest' (unix) or 'nmake apachetest' (win) respectively. 
 This will setup the environment according to the parameters given when 
 mod_websh was compiled (Tcl library, libwebsh.so, httpd ...)
 

Modified: tcl/websh/trunk/src/win/README
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/win/README?rev=785497&r1=785496&r2=785497&view=diff
==============================================================================
--- tcl/websh/trunk/src/win/README (original)
+++ tcl/websh/trunk/src/win/README Wed Jun 17 07:41:27 2009
@@ -25,10 +25,12 @@
 
 nmake mod_websh.so
       Compile mod_websh<version>.so Apache module.
-      (Note that websh<version>.exe and websh<version>.dll are not needed
-      to run the Websh Apache module. Also note that the module can be built
-      for Apache 1.3 and Apache2 without any additional changes: just point
-      HTTPD_PREFIX to either an Apache 1.3 or Apache 2 installation)
+      (Note that websh<version>.exe is not needed to run the Websh Apache
+      module. However, websh<version>.dll must be in a path where it can be 
+      found (e.g. the same directory as mod_websh.so). Also note that
+      the module can be built for Apache 1.3 and Apache2 without any
+      additional changes: just point HTTPD_PREFIX to either an Apache
+      1.3 or Apache 2 installation)
 
 nmake test
       Run test suite that checks websh<version>.exe and websh<version>.dll



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