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 2013/05/27 13:49:47 UTC

[Bug 37770] proxy: error reading status line from remote server (null)

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

Hytham <en...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |Sun
                 OS|Linux                       |Solaris

--- Comment #100 from Hytham <en...@gmail.com> ---
Hi,

The SetEnv Parameters worked well with my case and I am no longer getting this
error but I faced another issue which is HTTP/1.1 417 Expectation Failed.

This is due to the apache client application is using HTTP/1.1 and the Proxy
was forced to use HTTP/1.0 as per the setEnv Parameters.

I found a solution for this problem in this URL:
https://lists.gnu.org/archive/html/sks-devel/2013-03/msg00017.html

I applied this solution and now my httpd.conf in the proxy server is having the
below lines:

SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
RequestHeader unset Expect early


Thank you for the support.

-- 
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