https://issues.apache.org/bugzilla/show_bug.cgi?id=37770
Hytham <eng.h.els...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|PC |Sun OS|Linux |Solaris --- Comment #100 from Hytham <eng.h.els...@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-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org