From 50c7eb3dc367b4c2660afbb0b7bd1afa46425984 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 17 Nov 2002 23:33:26 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_ssl.html.en | 3 +-- docs/manual/mod/mod_ssl.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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
-- 2.50.1