code from http://svn.apache.org/viewvc?view=rev&revision=421686
(proxy_interpolatem, proxy_vars) which does not belong to the pingpong patch.
- * full server version information in the error log at startup as well as server
* mod_proxy_balancer: Extract stickysession routing information contained as
parameter in the URL correctly.
PR: 40400
http://svn.apache.org/viewvc?view=rev&rev=440160
2.2.x version of patch:
Trunk version works
- +1: rpluem
+ +1: rpluem, jim
* Allow htcacheclean and httxt2dbm to link apr/apr-util statically
like the older support programs.
config file. PR39380
Trunk: http://svn.apache.org/viewvc?view=rev&revision=450042
2.2.x: http://people.apache.org/~minfrin/mod_disk_cache-lfsconfig-2.2.patch
- +1: minfrin
+ +1: minfrin, jim
* mod_cache: Don't cache requests with a expires date in the past;
otherwise mod_cache will always try to cache the URL. This bug
might lead to numerous rename() errors on win32 if the URL was
previously cached.
Trunk: http://svn.apache.org/viewvc?view=rev&revision=450055
- +1: minfrin, rpluem
+ +1: minfrin, rpluem, jim
* mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an
authority component and an empty path, the empty path is to be equivalent
http://example.com:/
http://example.com:80/
Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063
- +1: minfrin, rpluem
+ +1: minfrin, rpluem, jim
* mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
Trunk: http://svn.apache.org/viewvc?view=rev&revision=450070
- +1: minfrin
+ +1: minfrin, jim
* mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions
by creating a root pool for object persistence across requests. This