Please, how could i install apache if port 80 is used by NT kernel and system?
need the apache for xampp
i'm using vista...
need the apache for xampp
i'm using vista...
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.
Posted 05 August 2009 - 04:36 AM
Posted 05 August 2009 - 08:12 AM
Posted 05 August 2009 - 09:51 AM
Posted 05 August 2009 - 11:03 AM
groovicus, on Aug 5 2009, 09:12 PM, said:
Posted 05 August 2009 - 11:09 AM
arcman, on Aug 5 2009, 10:51 PM, said:
Posted 05 August 2009 - 11:40 AM
Start > Run > CMD telnet 127.0.0.1 80If 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.
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.