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 and allow for the http response portion to be served > directly from the backend to the client. This would be useful in > situations where the response does not (or should not) have to be > cached by the mod_accel cache. However, I think this type of > tcp-handoff cannot be performed soley by an application process such > as apache. Have you a similiar requirement or experience?
The request and response come after the other on the same connection, so what you're asking to do is impossible. What exactly are you trying to achieve? If you don't want a response to be cached, use the Pragma: no-cache and Cache-Control: headers correctly. > > mod_proxy is very ancient module and it's hard to maintain it. > > > > Is it possible to integrate apache 2.0's mod_cache with mod_accel > and/or add mod_accel's features to mod_proxy? Mod_proxy is no longer ancient nor hard to maintain, and as far as I am aware the new mod_proxy does almost everything mod_accel does - if it doesn't, tell me what's broken and I'll try to fix it. Regards, Graham -- ----------------------------------------- [EMAIL PROTECTED] "There's a moon over Bourbon Street tonight..."
smime.p7s
Description: S/MIME Cryptographic Signature