HTTP/1.0 vs HTTP/1.1?

2004-08-25 Thread Robert Brown
Ok, In my server.xml file I have multiple hosts defined and for the most part they work correctly. http://certipost.devlounge.be:8080/ WORKS http://smb.devlounge.be:8080/ DOES NOT Error 400 bad-request They both are in the server.xml as: Host appBase=/home/dlounge/public_html/certipost

Re: HTTP/1.0 vs HTTP/1.1?

2004-08-25 Thread QM
On Wed, Aug 25, 2004 at 05:31:41PM +0200, Robert Brown wrote: : http://certipost.devlounge.be:8080/ WORKS : http://smb.devlounge.be:8080/ DOES NOT Error 400 bad-request What happens if you comment out the first vhost (certipost)? Does smb work then? : Let me guess I have to download the tomcat