Welcome to WebDesignForums.net!
You're currently viewing WDF as a guest. By registering for a free account, you'll be able to participate with other members in our friendly community. Being a member allows you to ask questions and get answers for those troublesome web development tasks!

In addition, as a member you'll be able to post your websites up for review. Using our unique website review system you can gain some amazing feedback from some of the best web developers around. This is a completely free service to all registered members.

Ready to register yet? Registration is 100% free. Click Here To Join Now!

Wamp server port 80 conflict

Discussion in 'Server Administration Help' started by Noteleklabs, Jul 1, 2012.

  1. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC
    Ok so things seem on my computer to be changing without me doing it!

    anyway something is using port 80 but I can't figure out what!
    I check processes that are running but nothing that would use port 80
    no skype, disabled IIS

    even tried some cmd commands but nothing!

    any ideas on what it could be?


  2. Online

    Webzarus Well-Known Member

    Message Count:
    3,005
    Likes Received:
    668
    Trophy Points:
    113
    Gender:
    Male
    Some Trojans and viruses use port 80... Some 3rd party clients use port 80, on windows older versions the "indexer" service used port 80 ...

    Type in http://localhost Or http://127.0.0.1 see if anything loads in the browser if not...


    Use the netstat command... Use netstat /? To open the help menu, see what switch to use to show the executable ( I forget exactly what switch )...

    Should then show you what program is using port 80.


  3. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC
    ok port 80 brings up this
    TCP 0.0.0.0:80 Matt-PC:0 LISTENING


  4. Online

    Webzarus Well-Known Member

    Message Count:
    3,005
    Likes Received:
    668
    Trophy Points:
    113
    Gender:
    Male
    You didn't use the switch for the executable...

    It should say something like

    Explorer.exe port 80 tcp

    I'm on a phone so don't have dos available

    I think it's something like netstat -p ( per protocol )... I know one of the switches shows which program is using it....


  5. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC
    Well It's not working, sooooooo I made a picture!
    [IMG]


  6. Online

    Webzarus Well-Known Member

    Message Count:
    3,005
    Likes Received:
    668
    Trophy Points:
    113
    Gender:
    Male
    Netstat -b


  7. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC


  8. Online

    Webzarus Well-Known Member

    Message Count:
    3,005
    Likes Received:
    668
    Trophy Points:
    113
    Gender:
    Male
    So you're not administrator on your own machine ?


  9. Online

    Ronald Roe Well-Known Member

    Message Count:
    1,126
    Likes Received:
    281
    Trophy Points:
    83
    Gender:
    Male
    Location:
    Oklahoma City/Norman/Midwest City
    I had this problem for a while. It ended up being a combination of IIS running, Skype (which I just changed the port for) and MySQL. Got rid of IIS, the extra MySQL and changed the Skype port. No problems after that.


  10. Offline

    m3n0tu18 WDF Moderator and Drupalite!

    Message Count:
    1,374
    Likes Received:
    248
    Trophy Points:
    63
    Gender:
    Male
    Location:
    New York
    doing netstat -an > c:\netstat.txt will output the file to the c drive... helps me sometimes.

    -m3


  11. Offline

    Wired WDF Moderator and Alien Overlord

    Message Count:
    7,602
    Likes Received:
    133
    Trophy Points:
    63
    right click the command prompt icon and select run as administrator to gain elevated access.


  12. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC
    whenever I do this is says NOTHING is on port 80 BUT then I change my apache conf to port 80 and this page pops up

    http://174.108.108.195/


  13. Online

    Webzarus Well-Known Member

    Message Count:
    3,005
    Likes Received:
    668
    Trophy Points:
    113
    Gender:
    Male
    That means the config is pointed at a folder that doesn't have any files in it.


  14. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC
    nope, when I change the listening to port 8080 (what I currently use) it works fine, port 80 however...


  15. Online

    Webzarus Well-Known Member

    Message Count:
    3,005
    Likes Received:
    668
    Trophy Points:
    113
    Gender:
    Male
    If I'm not mistaken, you can only configure WAMP to use 1 port, regardless of what port you assign it, if you have it configured to respond to port 8080, then port 80 is not going to respond until you build a different config for apache.

    You should probably read the documentation for apache to see how to coding multiple ports.

    I only use it for testing so 1 port is fine.

    I use DNS bindings and host headers on my real servers.


  16. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC
    [Taken to a Private Conversation]


  17. Offline

    Alanna Baxter Member

    Message Count:
    168
    Likes Received:
    17
    Trophy Points:
    18
    Gender:
    Female
    I had a similar problem. Skype was using the same port. Change the port on WAMP and everything should be fine. Hopefully, you've gotten this sorted already?


  18. Offline

    Noteleklabs Active Member

    Message Count:
    173
    Likes Received:
    27
    Trophy Points:
    28
    Gender:
    Male
    Location:
    NC
    yep! it turns out it was a part of IIS I belive it was called web agent deploment or somthing like that. if you COMPLETELY DELETE all IIS files you shouldent have a problem


    Alanna Baxter likes this.

Share This Page