Re: Apache alpha and mod_jk

2010-10-18 Thread Graham Leggett
On 15 Oct 2010, at 10:40 PM, Graham Leggett wrote: To make this work from v2.2, the backported patches needed to make some minor changes, like reinstate CORE_PRIVATE and reverse the module definition, but otherwise can be dropped in as is: I have updated the patch with all the optimisations

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 persist

Re: Apache alpha and mod_jk

2010-10-15 Thread Rainer Jung
On 15.10.2010 18:12, Igor Galić wrote: - "Rainer Jung" 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 config to 2.3. I reme

Re: Apache alpha and mod_jk

2010-10-15 Thread Igor Galić
- "Rainer Jung" 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 usually use mod_

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 me

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 -DUSE_APACHE_M

Re: Apache alpha and mod_jk

2010-10-15 Thread Igor Galić
- "Damon Green" wrote: > 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

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 Tomca