Today I no longer can start my xampp which uses localhost, since something else is using it, so my xampp complains.
When I check hte browser,it returns a proper 404 as well, so something is abusing it.
Any tips on how to see what is serving there?
|
feedback
|
| |||||
feedback
|
netstat -nao | findstr ":80\>". Also search Google "pid 4 + port 80". – quanta Oct 2 '11 at 10:28