Hi! I'm a Windows user. I have some problems with Xampp. I tried to uninstall and install again, but the problem isn't disappeared. When I start Xampp, I can start Mysql and Filezilla... but I cannot start Apache. I believe the problem is due the busy port 80. I tried to restart the pc and execute the command: netstat -nao | find ":80", and I obtained the following list: TCP 86.52.44.192:1040 173.194.69.148:80 ESTABLISHED 2596 TCP 86.52.44.192:1043 80.239.148.211:80 TIME_WAIT 0 TCP 86.52.44.192:1044 80.239.148.211:80 ESTABLISHED 2596 TCP 86.52.44.192:1051 173.194.69.149:80 TIME_WAIT 0 TCP 86.52.44.192:1052 173.194.69.149:80 ESTABLISHED 2596 TCP 86.52.44.192:1053 173.194.69.139:80 TIME_WAIT 0 TCP 86.52.44.192:1054 173.194.69.139:80 ESTABLISHED 2596 This means that the port 80 is busy? If yes, how is this possible? I have started no programs! If they are possible to kill, how can I kill these processes? [FONT=Verdana, sans-serif] Thanks!!![/FONT]
hi From the netstat output it seems the host is making connections to an external host which is waiting on PORT 80 TCP (Your IP ) 86.52.44.192:1040 (External IP)173.194.69.148:80 ESTABLISHED 2596 So Can you please check the Apache logs on the reason for getting started up Thanks