HTTP/0.9 and mod_proxy
am 01.10.2009 16:25:11 von DanijelHi,
I have to reverse proxy a beast which speaks HTTP/0.9. The documentation
to mod_proxy says:
This module implements a proxy/gateway for Apache. It implements
proxying capability for FTP, CONNECT (for SSL), HTTP/0.9,
HTTP/1.0, and HTTP/1.1.
The configuration simply is:
ProxyPass / http://backend:9110/
But all I get is error 502. The log says:
error reading status line from remote server backend
The tcpdump between Apache and the backend looks like this:
GET /test HTTP/1.0
Host: backend:9110
User-Agent: curl/7.15.1 (x86_64-suse-linux) libcurl/7.15.1
OpenSSL/0.9.8a zlib/1.2.3 libidn/0.6.0
Accept: */*
Max-Forwards: 10
X-Forwarded-For: 127.0.0.1
X-Forwarded-Host: localhost:4080
X-Forwarded-Server: localhost