]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
reorganize mod_socache_redis so it compiles w/o apr-redis
authorEric Covener <covener@apache.org>
Tue, 15 Nov 2016 03:15:15 +0000 (03:15 +0000)
committerEric Covener <covener@apache.org>
Tue, 15 Nov 2016 03:15:15 +0000 (03:15 +0000)
commit8c7355d3c3f1a2bf0b86b36fd8b5953eb0b47831
tree3b4bb0b09ecd5da2d740082e8410655197bb8f45
parentb662a42e4fb2cb9fb9df1261ad4e24b271d11cc9
reorganize mod_socache_redis so it compiles w/o apr-redis

It looks like this was the original intent. The provider
is not registered if apr-redis is missing.

It was previously failing to compile due to the dirconf being
hidden behind the #ifdef guard but not the routine module
code that used it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1769712 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_socache_redis.c