That's how i have set the 3 virtualhost on my apache2
Quote:
NameVirtualHost 192.168.1.4
<VirtualHost 192.168.1.4>
|
Quote:
NameVirtualHost 192.168.1.4
<VirtualHost 192.168.1.4>
|
And i keep on getting this error:
Quote:
root@www:~# apache2ctl restart
[Sun Feb 04 15:02:00 2007] [warn] NameVirtualHost 192.168.1.4:0 has no VirtualHosts
|
Do i have to name also the port it listen to ?Is it because the default virtualhost has to be mensioned explicitly ?
Still with yhe default virtualhost on *.
Quote:
NameVirtualHost x.gabrix.ath.cx
<VirtualHost x.gabrix.ath.cx>
|
I get the error:
Quote:
root@www:~# apache2ctl restart
[Sun Feb 04 15:13:41 2007] [warn] NameVirtualHost x.gabrix.ath.cx:0 has no VirtualHosts
|