I have PHP/Mysql/FastCGI running on Windows server 2008 which has been running fine for a while, now when trying to connect to localhost I get this
No connection could be made because the target machine actively refused it
I have tried turning the firewall off
I have tried restarting the server
Netstat -anb shows for port 80:
[svchost.exe] TCP 0.0.0.0:80 LISTENING
[svchost.exe] TCP [::1]:80 [::1]:49809 ESTABLISHED
Cannot obtain ownership information TCP [::1]:49809 [::1]:80 ESTABLISHED
Could this be the problem?