projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23f4e7
)
Fix error mesage for when a user trys to use memcache, but support is not available.
author
Paul Querna
<pquerna@apache.org>
Fri, 8 Jun 2007 16:00:14 +0000
(16:00 +0000)
committer
Paul Querna
<pquerna@apache.org>
Fri, 8 Jun 2007 16:00:14 +0000
(16:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545538
13f79535
-47bb-0310-9956-
ffa450edef68
modules/ssl/ssl_engine_config.c
patch
|
blob
|
history
diff --git
a/modules/ssl/ssl_engine_config.c
b/modules/ssl/ssl_engine_config.c
index dbd9ef42d54f0d56a18ab0ed3d30f0db56203ccf..1d4907c43c83a8669206d9899cf62e76a7c3932d 100644
(file)
--- a/
modules/ssl/ssl_engine_config.c
+++ b/
modules/ssl/ssl_engine_config.c
@@
-1044,7
+1044,7
@@
const char *ssl_cmd_SSLSessionCache(cmd_parms *cmd,
arg+9, NULL);
}
#else
- return "SSLSessionCache:
dist
cache support disabled";
+ return "SSLSessionCache:
mem
cache support disabled";
#endif
}
else {