Re: mod_proxy Cache-Control: no-cache=directive support Apache 1.3

2002-02-26 Thread Joseph Wayne Norton
Graham - At Wed, 27 Feb 2002 06:36:45 +0200, Graham Leggett wrote: [1 text/plain; us-ascii (7bit)] Joseph Wayne Norton wrote: In conjunction with mod_rewrite as url filter, I would like to be able to use mod_accel as a proxy for only the http request portion of a client request

Re: mod_proxy Cache-Control: no-cache=directive support Apache 1.3

2002-02-21 Thread Joseph Wayne Norton
Igor - After I read your posting, I downloaded but haven't tried to install the mod_accel. From you description, it looks like a very, powerful module with pretty much the features that I have been looking for. Can mod_accel work with the mod_rewrite module (in a fashion similar? In

[PATCH] mod_disk_cache.c mod_cache.c

2002-02-04 Thread Joseph Wayne Norton
I made a mimimal set of changes to mod_disk_cache.c so that I could simply try out the current mod_disk_cache functionality. This patch fixes a few core dumps related to usage of the apr_pstrcat method and some minor compiler warnings. Index: modules/experimental/mod_cache.c