Re: Apache and virtual hosts

2001-10-16 Thread Dave Sherohman
On Tue, Oct 16, 2001 at 04:55:39PM +0200, Rogier van Gemert wrote: > Just add something like: > > > DocumentRoot /location of the webpage > Servername subdomain.mydomain.com > > > and all worked well... NOT with Debian. Before the first VirtualHost block, you need to add: NameVirtualHost my.i

Re: Apache and virtual hosts

2001-10-16 Thread Jeremy T. Bouse
Ah... you're forgetting the magical line that makes it all work properly for you: NameVirtualHost my.ip.number Without this using your IP address in the VirtualHost directive will not work as you expect it to... This is not Debian specific but is prolly a setting you just overloo

Apache and virtual hosts

2001-10-16 Thread Rogier van Gemert
Dear Mr, Mrs, I'm running linux for a long time. Being loyal to RedHat, I came in contact with users of Debian. I downloaded this Distribution, Removed RedHat, installed Debian (wich was a breeze), and have a working system. Debian is FAR more faster and stable than RedHat. Thanks... The only