Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 425 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 425 Bytes

mod_socache_redis

Apache SSL Session cache module for Redis. This module is based on mod_socache_memcache.

This fork is my attempt to get this working on Apache 2.4 built with any of the various Visual Studio versions we use (not just the latest) to build at Apache Haus. So this basically means no C99 and we cannot declare arrays with a variable for it's size like: type array_name[var]; Why I don't know.