Xampp, I cannot start Apache

Discussion in 'Apache' started by Draxent, May 8, 2012.

  1. #1
    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]
     
    Draxent, May 8, 2012 IP
  2. philix

    philix Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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


     
    philix, Jun 19, 2012 IP