
jesus at omniti
Feb 12, 2003, 3:38 PM
Post #2 of 2
(802 views)
Permalink
|
|
Unwanted CRLF and numbers in pages processed by backhand
[In reply to]
|
|
> SERVER_SOFTWARE = Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 > OpenSSL/0.9.6b mod_perl/1.26 mod_backhand/1.2.1 First off, upgrade to mod_backhand/1.2.2 :-) You also should upgrade to Apache 1.3.27, I _think_ there may be some chunked encoding bugs in there. The problem you are seeing is that mod_backhand is not proxying the a chunked response message correctly. I believe that with the newest version of Apache+mod_backhand, this should be resolved. If that doesn't work, you can resort to issuing a force-downgrade like so: BrowserMatch "MSIE" downgrade-1.0 force-response-1.0 As chucked-encoding is an HTTP/1.1 thing, it will no longer be a problem. Do the upgrade first as downgrading everyone's connections to 1.0 seems... rude. -- Theo Schlossnagle Principal Consultant OmniTI Computer Consulting, Inc. -- http://www.omniti.com/ Phone: +1 410 872 4910 x201 Fax: +1 410 872 4911 1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984 2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
|