Author: chrisz
Date: Thu Apr 26 04:42:02 2007
New Revision: 6517
Modified:
Webware/trunk/WebKit/Adapters/mod_webkit1/README
Webware/trunk/WebKit/Adapters/mod_webkit2/README
Log:
Fixed READMEs of mod_webkit and mod_webkit2.
Modified: Webware/trunk/WebKit/Adapters/mod_webkit1/README
==============================================================================
--- Webware/trunk/WebKit/Adapters/mod_webkit1/README (original)
+++ Webware/trunk/WebKit/Adapters/mod_webkit1/README Thu Apr 26 04:42:02 2007
@@ -9,12 +9,10 @@
ATTENTION: The Makefile included here is for a standard built from source
Apache1 install. You may need to make some modifications to get it running
on some Linux distributions with prepackaged Apache packages.
-
This is a DSO only module at this time. Not because it must be so, but
because I haven't adjusted the Makefile for static building. If you
prefer static Apache modules, just follow the Apache directions for building.
-Note that you must have apxs intalled (usually contained in apache2-devel)
-and that on some Linux distributions this is called apxs2.
+Note that you must have apxs installed (usually contained in apache-devel).
There are two source files, mod_webkit.c and marshal.c.
Modified: Webware/trunk/WebKit/Adapters/mod_webkit2/README
==============================================================================
--- Webware/trunk/WebKit/Adapters/mod_webkit2/README (original)
+++ Webware/trunk/WebKit/Adapters/mod_webkit2/README Thu Apr 26 04:42:02 2007
@@ -10,11 +10,11 @@
ATTENTION: The Makefile included here is for a standard built from source
Apache2 install. You may need to make some modifications to get it running
on some Linux distributions with prepackaged Apache2 packages.
-
This is a DSO only module at this time. Not because it must be so, but
because I haven't adjusted the Makefile for static building. If you
prefer static Apache modules, just follow the Apache directions for building.
-Note that you must have apxs intalled (usually contained in apache-devel).
+Note that you must have apxs installed (usually contained in apache2-devel)
+and that on some Linux distributions this is called apxs2.
There are two source files, mod_webkit.c and marshal.c.
@@ -34,8 +34,8 @@
copy the resulting mod_webkit.so to your Apache2 module directory. Then modify
httpd.conf to load the module.
-To build and install on Windows, you can use the make.bat batch file with
-the free Microsoft Visual C++ Toolkit 2003 and Server 2003 Platform SDK.
+To build and install on Windows, you can use the make.bat batch file with the
+free Microsoft Visual C++ 2005 Express Edition and Server 2003 Platform SDK.
For your convenience, a pre-compiled mod_webkit.dll for 32bit Windows XP
is already included in this directory which you can just place it into your
Apache modules directory under the name mod_webkit.so.
|