Re: Cache Module that Caches EVERYTHING

2003-11-13 Thread Ian Holsman
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

Re: Cache Module that Caches EVERYTHING

2003-11-13 Thread Eli Marmor
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

Re: Cache Module that Caches EVERYTHING

2003-11-13 Thread Mike Collins
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

Re: how to bind mod_proxy to a specific ip address?

2003-11-13 Thread Cahya Wirawan
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

Re: how to bind mod_proxy to a specific ip address?

2003-11-13 Thread Ian Holsman
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