/[Apache-SVN]
ViewVC logotype

Revision 1855817


Jump to revision: Previous Next
Author: jim
Date: Tue Mar 19 12:23:15 2019 UTC (5 years, 1 month ago)
Changed paths: 8
Log Message:
Merge r1768070, r1768120, r1768225, r1769712, r1769737, r1774610, r1828624, r1828626, r1855701 from trunk:

And the socache provider interface for Redis


And provide some nice usage stats. Could be prettier, for sure.

Needs LOGNO #s

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.




Fix some HTML tags
</br> --> <br />

Couls also be <br> or <br/> but some (very) old clients don't like it.
httpd is not really consistent on it. (personnlaly <br> would be just fine for me but <br /> is the most commonly used form)

related to http://svn.apache.org/viewvc?view=revision&revision=1774602


Use apr_pcalloc in the 'create' function. All the fields are initialized in the 'init' function, but it is It is cleaner and more future proof.

Small style correction (remove extra spaces)

Initial doc for the sosache_redis module.

Corrections and improvements welcome.

Update compatibility notes for mod_socache_redis
Submitted by: jim, covener, jailletc36, jim, jailletc36, jailletc36, jailletc36
Reviewed by: jim, minfrin, covener


Changed paths

Path Details
Directoryhttpd/httpd/branches/2.4.x/ modified , props changed
Directoryhttpd/httpd/branches/2.4.x/CHANGES modified , text changed
Directoryhttpd/httpd/branches/2.4.x/STATUS modified , text changed
Directoryhttpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml modified , text changed
Directoryhttpd/httpd/branches/2.4.x/docs/manual/socache.xml modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/cache/config.m4 modified , text changed
Directoryhttpd/httpd/branches/2.4.x/modules/cache/mod_socache_redis.c added
Directoryhttpd/httpd/branches/2.4.x/modules/cache/mod_socache_redis.dsp added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26