And how to force the proxy to send out gzipped post request to bakcend server?
2006/12/3, Nick Kew <[EMAIL PROTECTED]>:
On Sun, 3 Dec 2006 00:35:47 +0800 Weilt <[EMAIL PROTECTED]> wrote: > So how can I write a module to achieve this, what's the major > points? I have written simple input and output filters. Just use the RequestHeader directive to set Accept-Encoding. A RewriteCond can check the original Accept-Encoding, so you know if the proxy has to uncompress it. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
