|
[Webware-checkins] r6516 - in Webware/trunk/WebKit/Adapters:
mod_webkit1 mod_webkit2
From: <updates@we...> - 2007-04-26 10:33
|
Author: chrisz Date: Thu Apr 26 04:33:03 2007 New Revision: 6516 Modified: Webware/trunk/WebKit/Adapters/mod_webkit1/README Webware/trunk/WebKit/Adapters/mod_webkit2/README Log: Some more hints for installing mod_webkit. 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:33:03 2007 @@ -8,11 +8,14 @@ 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 prepackaged Apache packages. +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. + There are two source files, mod_webkit.c and marshal.c. Ordinarily Apache only makes the username available to WebKit for 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:33:03 2007 @@ -9,11 +9,13 @@ 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 prepackaged Apache2 packages. +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). + There are two source files, mod_webkit.c and marshal.c. Ordinarily Apache only makes the username available to WebKit for |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] r6516 - in Webware/trunk/WebKit/Adapters: mod_webkit1 mod_webkit2 | <updates@we...> |