this is the hook in question.
http://lxr.webperf.org/source.cgi/modules/experimental/mod_cache.h#338
there may be some other things you need to do to the cache to make it
actually want to cache the content.
this just makes it differentiate based on query args.
On 13/11/2003, at 10:46 AM, Eli Marm
Ian Holsman wrote:
>
> this is the hook in question.
> http://lxr.webperf.org/source.cgi/modules/experimental/mod_cache.h#338
>
> there may be some other things you need to do to the cache to make it
> actually want to cache the content.
> this just makes it differentiate based on query args.
Ha
Check out oscache at www.opensymphony.com
It has a servlet filter that does what you are requestng.
- Original Message -
From: "Eli Marmor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, November 12, 2003 5:55 PM
Subject: Cache Module that Caches EVERY
On Tue, Nov 11, 2003 at 03:38:31PM +0200, Eli Marmor wrote:
> I wrote:
>
> > ...
> > And as the original sender hinted by the "Subject" header, it is easy
> > to implement: just "bind()" the required IP into the socket before
> > calling "apr_connect()" (it may require a minor fix in APR, I'm not
On 14/11/2003, at 7:38 AM, Cahya Wirawan wrote:
On Tue, Nov 11, 2003 at 03:38:31PM +0200, Eli Marmor wrote:
I wrote:
...
And as the original sender hinted by the "Subject" header, it is easy
to implement: just "bind()" the required IP into the socket before
calling "apr_connect()" (it may require a