The tag should look pretty close to this:
<VirtualHost 192.168.1.1>
ServerName intranet.mycompany.com
DocumentRoot /home/intranet/
</VirtualHost>
It's been a while since I did normal VirtualHosts, and not name based ones, so I believe you also have to put a
Listen 192.168.x.x
in the main section of your apache config file.
|