I have a rackspace cloud server with a Windows 2008 r2 server. I uninstalled IIS because I want to install Apache.
I installed Apache, but it fails every time I try to start it when I listen to port 80.
I ran the netstat -aon command | finderstr is "80" and I see the following:
C: \ Users \ Administrator> netstat -aon | findstr "80" TCP 0.0.0.0:80 0.0.0.0:07 LISTEN 4 TCP 10.180.15.249:139 0.0.0.0:08 LISTEN 4 TCP [::]: 80 [::]: 0 LISTENING 4 UDP 10.180.15.249: 137: 4 UDP 10.180.15.249:138: 4
So what are those running on port 80 and why can't I start apache? Is there an alternative port to run apache that will work the same as 80?
Robbiegod
source share