RE: [Vote] httpd 2.2.17 release

2010-10-15 Thread Plüm, Rüdiger, VF-Group
-Original Message- From: William A. Rowe Jr. Sent: Donnerstag, 14. Oktober 2010 22:51 To: dev@httpd.apache.org Subject: [Vote] httpd 2.2.17 release Candidate binaries are available from http://httpd.apache.org/dev/dist/ - these do not yet constitute ASF releases. Win32

Re: [Vote] httpd 2.2.17 release

2010-10-15 Thread Igor Galić
- William A. Rowe Jr. wr...@rowe-clan.net wrote: Candidate binaries are available from http://httpd.apache.org/dev/dist/ - these do not yet constitute ASF releases. Win32 specific artifacts (-src, x86 binary distribution) will follow in the coming day. +/-1 [ ] Release httpd

Apache alpha and mod_jk

2010-10-15 Thread Damon Green
Hi httpd dev, We have a scenario presently that is causing us some difficulties. Env is SPARC Solaris10, gcc. We wish to use the current alpha build of Apache because it includes new features in mod_cache that we want to use, specifically the option to persist disk cache on 500 errors from

Re: Apache alpha and mod_jk

2010-10-15 Thread Igor Galić
I'll report back in a bit compiling mod_jk trunk against httpd trunk (with clang from trunk): It all looks like good clean fun, until it hits the new logging API: opt/bw/build/libtool --silent --mode=compile /opt/bw/bin/clang -I/opt/bw/include -fPIC -msse4.1 -D_FORTIFY_SOURCE=2

Re: Apache alpha and mod_jk

2010-10-15 Thread Rainer Jung
Igor, thanks for checking as well. The Op also posted to the Tomcat dev list and I applied a change to mod_jk a few minutes ago which at least lets it compile for 2.0/2.2/2.3. The culprit was the usual, we do use APLOG_MARK in other places than just ap_log* and since the macro changed its

Re: Apache alpha and mod_jk

2010-10-15 Thread Igor Galić
- Rainer Jung rainer.j...@kippdata.de wrote: Igor, thanks for checking as well. The Op also posted to the Tomcat dev list and I applied a change to mod_jk a few minutes ago which at least lets it compile for 2.0/2.2/2.3. It does indeed compile. I haven't tested it yet myself. (I

Re: Apache alpha and mod_jk

2010-10-15 Thread Rainer Jung
On 15.10.2010 18:12, Igor Galić wrote: - Rainer Jungrainer.j...@kippdata.de wrote: The culprit was the usual, we do use APLOG_MARK in other places than just ap_log* and since the macro changed its meaning the code broke. That's expected and well-documented after adding the per-module log

Re: Apache alpha and mod_jk

2010-10-15 Thread Graham Leggett
On 15 Oct 2010, at 4:32 PM, Damon Green wrote: We have a scenario presently that is causing us some difficulties. Env is SPARC Solaris10, gcc. We wish to use the current alpha build of Apache because it includes new features in mod_cache that we want to use, specifically the option to

Adding the same filter multiple times

2010-10-15 Thread Graham Leggett
Hi all, A recurring theme that has come up recently for me is being able to choose to do things in the filter stack, and one of them is the ability to add the same filter multiple times. A classic use case would be a potential user controllable HEADERS filter, something where say the

Re: svn commit: r1021946 - /httpd/httpd/trunk/modules/cache/mod_cache.c

2010-10-15 Thread Ruediger Pluem
On 10/15/2010 06:55 PM, Graham Leggett wrote: On 14 Oct 2010, at 8:58 PM, Ruediger Pluem wrote: +/* RFC2616 13.8 Errors or Incomplete Response Cache Behavior: + * If a cache receives a 5xx response while attempting to revalidate an + * entry, it MAY either forward this