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
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
2 matches
Mail list logo