Apache Won't Start

JpK

Member
Oct 5, 2011
213
16
Hello,

I've downloaded and installed the latest version of XAMPP, however Apache doesn't seem to be starting..... I even opened port 80 through my server's firewall, as well for checking/removing/altering/uninstalling other programs running on port 80.

I'm using Windows Server 2008 R2 Standard. (Powered By: HostingAbove.com)

Thanks,
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Open your Command Prompt and type: netstat -an | find /i "listening" or netstat -an | find /i "established".

Listening would show ip:port that your server is listening while established would show ip:port that your server is communicating with. See if :80 appears anywhere in the command prompt.
 

JpK

Member
Oct 5, 2011
213
16
OPTro.png
 

Users who are viewing this thread

Top