Windows Apache Problem -- Need Help
I've just installed Apache 1.3 on to a Windows 2003 server,Localhost shows apache running, so it is setup properly.
The problem comes when i try to add a VirtualHost using a different IP and want it to point to a different directory.
I have 5 free Ip's all of which work.
The main IP is 67.xxx.xxx.34
What i want is for IP 67.xxx.xxx.35 to point to c:\users\bbb\public_html
So i added the following VirtualHost lines into httpd.conf
NameVirtualHost 67.xxx.xxx.35:80
<VirtualHost 67.xxx.xxx.35:80>
ServerAlias www.bbb.info bbb.info
ServerAdmin webmaster@bbb.info
DocumentRoot "c:/users/bbb/public_html"
ServerName 67.xxx.xxx.35
</VirtualHost>
However when i try to access that IP , i don't get the test index.html i put in, but i get the standard , apache is running page which is located in c:\program files\apache\htdocs.
That is also the default path in the conf file for localhost.
I have no idea where i am going wrong. I have setup permissions properly, but at the moment , its not even getting that far.
Any help would be appreciated.

Edit: Before anyone asks the reason i am using Apache instead of IIS is because i need some mods installed later, which are only available for Apache 1.3