Re: svn commit: r1188950 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/httpd.h include/util_varbuf.h modules/filters/mod_substitute.c server/util.c

2011-10-27 Thread Jim Jagielski
On Oct 26, 2011, at 3:46 PM, Stefan Fritsch wrote: On Wednesday 26 October 2011, Jim Jagielski wrote: On Oct 25, 2011, at 6:29 PM, s...@apache.org wrote: +if (len maxlen maxlen 0) +return APR_ENOMEM; + if (!vb) { -dest = dst = apr_pcalloc(p, len + 1); +

2.0.65 and 2.3.15-dev

2011-10-27 Thread Jim Jagielski
Still hoping to get these out, esp getting the ball rolling for an actual 2.4.0 GA by ApacheCon… There is a hold up due to an issue which may need to be fixed/addressed and that's the reason for the delay...

Re: 2.0.65 and 2.3.15-dev

2011-10-27 Thread Sander Temme
On Oct 27, 2011, at 10:31 AM, Jim Jagielski wrote: Still hoping to get these out, esp getting the ball rolling for an actual 2.4.0 GA by ApacheCon… There is a hold up due to an issue which may need to be fixed/addressed and that's the reason for the delay... Thanks Jim, I was just

Re: 2.0.65 and 2.3.15-dev

2011-10-27 Thread Jim Jagielski
On Oct 27, 2011, at 1:33 PM, Sander Temme wrote: On Oct 27, 2011, at 10:31 AM, Jim Jagielski wrote: Still hoping to get these out, esp getting the ball rolling for an actual 2.4.0 GA by ApacheCon… There is a hold up due to an issue which may need to be fixed/addressed and that's the

Re: svn commit: r1188950 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/httpd.h include/util_varbuf.h modules/filters/mod_substitute.c server/util.c

2011-10-27 Thread Stefan Fritsch
On Thursday 27 October 2011, Jim Jagielski wrote: On Oct 26, 2011, at 3:46 PM, Stefan Fritsch wrote: On Wednesday 26 October 2011, Jim Jagielski wrote: On Oct 25, 2011, at 6:29 PM, s...@apache.org wrote: +if (len maxlen maxlen 0) +return APR_ENOMEM; + if (!vb) {

Re: RFE: Control of HTTP cache control headers within mod_rewrite rules

2011-10-27 Thread Stefan Fritsch
On Tuesday 25 October 2011, Noah Robin wrote: I ran some tests on this and the following modified version will work: Header always set Cache-Control max-age=%{CACHE_LIFETIME}e env=CACHE_LIFETIME RewriteRule /example http://www.example.com/ [E=CACHE_LIFETIME:604800] ..however, this still

Re: RFE: Control of HTTP cache control headers within mod_rewrite rules

2011-10-27 Thread Jim Riggs
On Oct 27, 2011, at 3:35 PM, Stefan Fritsch wrote: On Tuesday 25 October 2011, Noah Robin wrote: I ran some tests on this and the following modified version will work: Header always set Cache-Control max-age=%{CACHE_LIFETIME}e env=CACHE_LIFETIME RewriteRule /example