From: Richard Bowen Date: Sun, 17 Nov 2002 23:33:26 +0000 (+0000) Subject: Submitted by: Mads Toftum X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d484766920ee543f763d22a7a09d06c8fdcffe0b;p=apache Submitted by: Mads Toftum Reviewed by: Rich Bowen Just getting rid of a reference to EAPI that shouldn't be there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 5269518c05..618cc5ad0c 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1190,8 +1190,7 @@ The following two storage types are currently supported:

in size) inside a shared memory segment in RAM (established via /path/to/datafile) to synchronize the local OpenSSL memory caches of the server processes. This storage type is not available on all - platforms. See the mod_ssl INSTALL document for details on - how to build Apache+EAPI with shared memory support.

+ platforms.

Examples

SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 17bb868cb6..b052c0d019 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -348,8 +348,7 @@ The following two storage types are currently supported:

in size) inside a shared memory segment in RAM (established via /path/to/datafile) to synchronize the local OpenSSL memory caches of the server processes. This storage type is not available on all - platforms. See the mod_ssl INSTALL document for details on - how to build Apache+EAPI with shared memory support.

+ platforms.

Examples SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data