BleepingComputer.com: conflict on port 80

Jump to content


Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.

Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

conflict on port 80 need to install apache

#1 User is offline   Leighjann 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 3
  • Joined: 05-August 09

Posted 05 August 2009 - 04:36 AM

Please, how could i install apache if port 80 is used by NT kernel and system?

need the apache for xampp :thumbsup:

i'm using vista...

#2 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,522
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 05 August 2009 - 08:12 AM

Tell Apache to use a different port. The setting can be changed in the httpd.conf file. Check the Apache documentation for help. I am not sure why you think port 80 is being used by your system though, unless you already have another server running on that port?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#3 User is offline   arcman 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 706
  • Joined: 08-December 06
  • Location:Michigan

Posted 05 August 2009 - 09:51 AM

Is something like IIS running?
What happens if you point your browser at localhost?
Posted Image

#4 User is offline   Leighjann 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 3
  • Joined: 05-August 09

Posted 05 August 2009 - 11:03 AM

View Postgroovicus, on Aug 5 2009, 09:12 PM, said:

Tell Apache to use a different port. The setting can be changed in the httpd.conf file. Check the Apache documentation for help. I am not sure why you think port 80 is being used by your system though, unless you already have another server running on that port?


how will i know if i already have another server running? tried installing apache, then got a failure of installation coz port 80 is in use.. when i checked at the command prompt which program is using it, the PID pointed to NT Kernel and Sytem...

thank you for replying :thumbsup:

#5 User is offline   Leighjann 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 3
  • Joined: 05-August 09

Posted 05 August 2009 - 11:09 AM

View Postarcman, on Aug 5 2009, 10:51 PM, said:

Is something like IIS running?
What happens if you point your browser at localhost?


don't know how to "point my browser" at my local host... tried typing http://localhost to the address bar, it says HTTP 404 Not Found..
IIS? i don't see IIS on Administrative tools... Please, where can i find it?

thank you for replying.. :thumbsup:

#6 User is offline   arcman 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 706
  • Joined: 08-December 06
  • Location:Michigan

Posted 05 August 2009 - 11:40 AM

The default server type for a service listening on port 80 is a web server, and the most likely server to run by default on a Windows machine would be IIS, so that seemed like the most likely thing to check for.
You can check and see if IIS is installed using the instructions here: http://www.howtogeek.com/howto/windows-vis...-windows-vista/

You can also check for a server response by opening a telnet session to your machine IP on port 80 and entering a GET command like so,
Start > Run > CMD
telnet 127.0.0.1 80
If that opens up a blank command window, type in GET and see if you get a response. That should tell you if you have a web server running on your system.

This is a typical IIS response to a get command sent through telnet.
HTTP/1.1 400 Bad Request
Server: Microsoft-IIS/5.0
Date: Wed, 05 Aug 2009 16:39:40 GMT
Content-Type: text/html
Content-Length: 87

<html><head><title>Error</title></head><body>The parameter is incorrect. </body>
</html>

Connection to host lost.

Posted Image

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users