You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/05/26 12:46:27 UTC

DO NOT REPLY [Bug 44188] Empty response for certain requests ( mod_proxy as forward proxy)

https://issues.apache.org/bugzilla/show_bug.cgi?id=44188





--- Comment #1 from rahul <ra...@sun.com>  2008-05-26 03:46:27 PST ---
reproducable in trunk, (tested on solaris 11 sparc machine)
The configuration was

ProxyRequests On
ProxyVia On

<Proxy *>
Allow from all
</Proxy>
LoadModule deflate_module modules/mod_deflate.so

AddOutputFilterByType INFLATE text/html text/plain text/xml
AddOutputFilterByType DEFLATE text/html text/plain text/xml

See the sporadic truncated lengths in access log (given below)
the length of the page is 14004

127.0.0.1 - - [26/May/2008:15:54:28 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 14004
.....
127.0.0.1 - - [26/May/2008:15:54:47 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 3881
127.0.0.1 - - [26/May/2008:15:55:09 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 14004
.....
127.0.0.1 - - [26/May/2008:15:55:26 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 10781
.....
127.0.0.1 - - [26/May/2008:15:57:54 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 14004
127.0.0.1 - - [26/May/2008:15:58:00 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 10781
127.0.0.1 - - [26/May/2008:15:58:08 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 14004
127.0.0.1 - - [26/May/2008:15:58:14 +0530] "GET
http://httpd.apache.org/docs/1.3/programs/apxs.html HTTP/1.0" 200 14004


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org