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
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
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
- "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_
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
> 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
- "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
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