Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-06 Thread Krist van Besien
On Mon, Oct 5, 2009 at 8:30 PM, Danijel wrote: > Krist van Besien wrote: >> > 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.

Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-05 Thread Danijel
Krist van Besien wrote: > > 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: */* > >

Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-02 Thread Krist van Besien
On Thu, Oct 1, 2009 at 4:25 PM, Danijel wrote: > Hi, > > 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, >  

Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-01 Thread Danijel
Karel Kubat wrote: > On Oct 1, 2009, at 4:25 PM, Danijel wrote: > > 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-Fo

Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-01 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Oct 1, 2009, at 4:25 PM, Danijel wrote: 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 F

[us...@httpd] HTTP/0.9 and mod_proxy

2009-10-01 Thread Danijel
Hi, 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: