Mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From Paul Querna <c...@force-elite.com>
Subject [PATCH] mod_ssl memcache SSL Session Cache Support
Date Sun, 11 Dec 2005 18:12:23 GMT
Built using apr_memcache.

Not hooked up into the build system fully yet.

Add -DHAVE_APR_MEMCACHE to your CFLAGS to build:

./config.nice CFLAGS="-DHAVE_APR_MEMCACHE"

Configuration:
Listen *:443

SSLSessionCache memcache:127.0.0.1:11211

<Virtualhost *:443>
   ServerName localhost
   SSLEngine on
   SSLCertificateFile conf/localhost.crt
   SSLCertificateKeyFile conf/localhost.key
</VirtualHost>

Comments welcome.

-Paul

Mime
View raw message