logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: How to use Redis for SSLSessionCache on Windows?
Author
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Mon 22 Aug '16 2:07    Post subject: How to use Redis for SSLSessionCache on Windows? Reply with quote

Does anybody knows how to use Redis to store SSLSessionCache for mod_ssl on Windows?

Current choices are:
none
nonenotnull
dbm:/path/to/datafile
shmcb:/path/to/datafile[(size)] (requires mod_socache_dbm)

Is there a mod_socache_redis for windows ?

I found one but for Linux: https://github.com/photom/mod_socache_redis
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Thu 25 Aug '16 19:06    Post subject: Reply with quote

Quick update.

The linux module which I dug out was recently compiled by Gregg from Apachehaus:
https://www.apachehaus.com/forum/index.php?topic=1368.0

After Gregg compiled it, I tested it against my Redis installation on windows 7 and it woks nicely.

I will put it in light production.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 04 Nov '16 20:10    Post subject: Reply with quote

Jim,

You might find this interesting. I haven't tried it yet as I just upgraded Windows on my laptop and I'm waiting to see if it will finally do the many updates before doing anything more with it. It's been problematic to say the least and I may have to downgrade to Win7 (hope not).

http://svn.apache.org/viewvc?view=revision&revision=1768070
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sat 05 Nov '16 0:38    Post subject: Reply with quote

glsmith wrote:
I haven't tried it yet as I just upgraded Windows on my laptop and I'm waiting to see if it will finally do the many updates before doing anything more with it. It's been problematic to say the least and I may have to downgrade to Win7 (hope not).

My laptop is quintiple boot now: Windows 7 (default), Windows 10, Windows XP SP2, Windows XP SP3, macOS Yosemite...
Back to top


Reply to topic   Topic: How to use Redis for SSLSessionCache on Windows? View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules