It is not a bug, it is a known and documented limitation : without httpclose,
everything after the headers of the first request is considered DATA and will
not be understood as a subsequent request.
Willy
On Thu, Nov 22, 2007 at 05:03:13PM +0800, lazyanno wrote:
> open the Keep alive,Virtual host parse is not work
>
> close "keep alive" is ok(add httpclose),
>
> conf:
> ----------------------------------
> listen main 0.0.0.0:80
> mode http
> #option httpclose
> reqigo host:\ hosta.io8.org host-a
> reqigo host:\ hostb.io8.org host-b
> ----------------------------------
>
> put a file "a.html" to hosta,
> and "b.html" to hostb
>
> a.html:
> ----------------------
> <frame src="http://hostb.io8.org/b.html"><iframe>
> ----------------------
>
> b,html:
> ----------------------
> test
> ----------------------
>
> visit http://hosta.io8.org/a.html is 404.
>
> add the option httpclose is all ok.
>
Received on 2007/11/22 10:21
This archive was generated by hypermail 2.2.0 : 2007/11/22 11:15 CET