On Mon, Sep 03, 2001 at 06:30:54PM +0200, Graham Leggett wrote: > I think that the cache should store data *without* transfer encodings > applied: Ie not chunked and not byteranged. This solves your problem. I'll jump in here now that I have an idea what you are talking about. I think our filter classifications can be: handler--->content-filter->cache-filter->transfer-filter->network (default) (mod_include, (mod_cache) (mod_gz{ip}, (core) mod_php) ^ mod_proxy, | byte ranges) can short-cut handler and content-filters Multiple filters in the chain for each classification can exist (ordering between classifications shouldn't matter...) This way you can have a URL handled by mod_include and mod_php (but the mod_include portion can't create PHP tags and vice versa since you can't guarantee when it will run in relation to the other). I have no clue how this relates to our code or how others sees this. This is my quick uninformed birds-eye view. Thoughts? This ordering seems to be a problem that we need to address. -- justin
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Greg Marr
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Ryan Bloom
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Greg Marr
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Ryan Bloom
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Justin Erenkrantz
- Re: cvs commit: httpd-2.0/modules/experimental m... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Rasmus Lerdorf
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Ian Holsman
- Re: cvs commit: httpd-2.0/modules/experimental m... Graham Leggett
- Re: cvs commit: httpd-2.0/modules/experimental m... Bill Stoddard
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Ryan Bloom
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/experimental mod_ca... Ryan Bloom