]> granicus.if.org Git - apache/commitdiff
Submitted by: Mads Toftum
authorRichard Bowen <rbowen@apache.org>
Sun, 17 Nov 2002 23:36:10 +0000 (23:36 +0000)
committerRichard Bowen <rbowen@apache.org>
Sun, 17 Nov 2002 23:36:10 +0000 (23:36 +0000)
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.html.en
docs/manual/ssl/ssl_faq.xml

index 4f5a39718cbb50cbe4341f266165af5d2fae0182..4816c7cccde211f4af23eee13d078e90ba39ae0d 100644 (file)
@@ -216,8 +216,6 @@ the commercial alternatives like Raven or Stronghold?</a></h3>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="installation" id="installation">About Installation</a></h2>
 <ul>
 <li><a href="#coredump">Core dumps for HTTPS requests?</a></li>
-<li><a href="#php3">Core dumps for Apache+mod_ssl+PHP3?</a></li>
-<li><a href="#undefinedsym">Undefined symbols on startup?</a></li>
 <li><a href="#mutex">Permission problem on SSLMutex</a></li>
 <li><a href="#mm">Shared memory and process size?</a></li>
 <li><a href="#mmpath">Shared memory and pathname?</a></li>
@@ -235,22 +233,6 @@ the commercial alternatives like Raven or Stronghold?</a></h3>
     Apache with MM, of course).</p>
 
 
-<h3><a name="php3" id="php3">My Apache dumps core when I add both mod_ssl and PHP3?</a></h3>
-<p>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
-    <code>-DEAPI</code> is contained in the compiler flags when PHP3 is built.</p>
-
-
-<h3><a name="undefinedsym" id="undefinedsym">When I startup Apache I get errors about undefined symbols like ap_global_ctx?</a></h3>
-<p>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
-    <code>--enable-rule=EAPI</code> at the APACI command line).</p>
-
-
 <h3><a name="mutex" id="mutex">When I startup Apache I get permission errors related to SSLMutex?</a></h3>
 <p>When you receive entries like ``<code>mod_ssl: Child could not open
     SSLMutex lockfile /opt/apache/logs/ssl_mutex.18332 (System error follows)
@@ -264,7 +246,7 @@ the commercial alternatives like Raven or Stronghold?</a></h3>
 
 <h3><a name="mm" id="mm">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?</a></h3>
-<p>The additional 1MB are caused by the global shared memory pool EAPI
+<p>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 <code class="directive"><a href="../mod/mod_ssl.html#sslsessioncache">SSLSessionCache</a></code>.
index d88474f006bdb8cb15ac8182bb11ea9d83acaf6a..c9889392cc52d06047f3899a5c5854dcd6fab945 100644 (file)
@@ -233,8 +233,6 @@ the commercial alternatives like Raven or Stronghold?</title>
 <section id="installation"><title>About Installation</title>
 <ul>
 <li><a href="#coredump">Core dumps for HTTPS requests?</a></li>
-<li><a href="#php3">Core dumps for Apache+mod_ssl+PHP3?</a></li>
-<li><a href="#undefinedsym">Undefined symbols on startup?</a></li>
 <li><a href="#mutex">Permission problem on SSLMutex</a></li>
 <li><a href="#mm">Shared memory and process size?</a></li>
 <li><a href="#mmpath">Shared memory and pathname?</a></li>
@@ -252,22 +250,6 @@ the commercial alternatives like Raven or Stronghold?</title>
     Apache with MM, of course).</p>
 </section>
 
-<section id="php3"><title>My Apache dumps core when I add both mod_ssl and PHP3?</title>
-<p>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
-    <code>-DEAPI</code> is contained in the compiler flags when PHP3 is built.</p>
-</section>
-
-<section id="undefinedsym"><title>When I startup Apache I get errors about undefined symbols like ap_global_ctx?</title>
-<p>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
-    <code>--enable-rule=EAPI</code> at the APACI command line).</p>
-</section>
-
 <section id="mutex"><title>When I startup Apache I get permission errors related to SSLMutex?</title>
 <p>When you receive entries like ``<code>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?</title>
 
 <section id="mm"><title>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?</title>
-<p>The additional 1MB are caused by the global shared memory pool EAPI
+<p>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 <directive module="mod_ssl">SSLSessionCache</directive>.