> GET / HTTP/1.0
> Connection: keep-alive
> 
> ==> doesn't work!

It worked for me!

> GET /perl/test.pl HTTP/1.0
> Connection: keep-alive
> 
> ==> doesn't work!

Couldn't test since I don't have/know a mod_perl server, but I suspect
it works because the previous test case worked for me.

> HEAD / HTTP/1.0
> Connection: keep-alive
> 
> ==> works!

> GET / HTTP/1.1
> Host: localhost
> 
> ==> works!

> GET /perl/test.pl HTTP/1.1
> Host: localhost
> 
> ==> works!

> I use Apache/1.3.10-dev (Unix) mod_perl/1.21_01-dev
I used www.unb.ca:80, running Apache/1.3.4 (no mod_perl)

--
Eric L. Brine  |  Chicken: The egg's way of making more eggs.
[EMAIL PROTECTED]  |  Do you always hit the nail on the thumb?
ICQ# 4629314   |  An optimist thinks thorn bushes have roses.

Reply via email to