From 087cfbb6aab0bc2f8449ca6896d4b6d12fd2381b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 17 Nov 2002 23:36:10 +0000 Subject: Submitted by: Mads Toftum Reviewed by: Rich Bowen This takes care of all mentions of EAPI except one in the ssl faq. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97557 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/ssl_faq.xml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'docs/manual/ssl/ssl_faq.xml') diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index d88474f006..c9889392cc 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -233,8 +233,6 @@ the commercial alternatives like Raven or Stronghold?
About Installation
-
My Apache dumps core when I add both mod_ssl and PHP3? -

Make sure you add mod_ssl to the Apache source tree first and then do a - fresh configuration and installation of PHP3. For SSL support EAPI patches - are required which have to change internal Apache structures. PHP3 needs - to know about these in order to work correctly. Always make sure that - -DEAPI is contained in the compiler flags when PHP3 is built.

-
- -
When I startup Apache I get errors about undefined symbols like ap_global_ctx? -

This actually means you installed mod_ssl as a DSO, but without rebuilding - Apache with EAPI. Because EAPI is a requirement for mod_ssl, you need an - extra patched Apache (containing the EAPI patches) and you have to build - this Apache with EAPI enabled (explicitly specify - --enable-rule=EAPI at the APACI command line).

-
-
When I startup Apache I get permission errors related to SSLMutex?

When you receive entries like ``mod_ssl: Child could not open SSLMutex lockfile /opt/apache/logs/ssl_mutex.18332 (System error follows) @@ -281,7 +263,7 @@ the commercial alternatives like Raven or Stronghold?

When I use the MM library and the shared memory cache each process grows 1.5MB according to `top' although I specified 512000 as the cache size? -

The additional 1MB are caused by the global shared memory pool EAPI +

The additional 1MB are caused by the global shared memory pool Apache allocates for all modules and which is not used by mod_ssl for various reasons. So the actually allocated shared memory is always 1MB more than what you specify on SSLSessionCache. -- cgit v1.2.3