On Windows 7 everything works smoothly, but on Windows XP machine I get Unable to connect.
Listen 1231
NameVirtualHost *:1231
<VirtualHost *:1231>
ServerAdmin admin@localhost
ServerName localhost
DocumentRoot "C:\wamp\www\test\public"
</VirtualHost>
I tried disabling Firewall, but nothing. Hope someone will help. Thanks.
EDIT: I am typing localhost:1231 in a Browser
I did restarted server. I am not on a virtual machine.
netstat -nao | findstr :1231? – quanta Oct 8 '11 at 11:26