New VHosts in apache 1.3

1998-06-01 Thread Asher Haig
How do I set up the vhost in apache 1.3? The way I have it set up right now, they just send it to the first one, regardless of all the others. I'm doing name based rather than IP based. After looking at the documentation, here's what I have: NameVirtualHost 168.151.130.19 VirtualHost

Re: New VHosts in apache 1.3

1998-06-01 Thread Jens B. Jorgensen
This looks correct. Note that this will not work for web browsers which don't comply with HTTP 1.1. Ie., the client is required to send the Host: header in the request, which wasn't done in HTTP 1.0. Which browsers send the header? I leave this as an exercise for the reader. If you have a client