logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Not accessible from internet
Author
AlexRichardson



Joined: 05 Mar 2007
Posts: 1

PostPosted: Mon 05 Mar '07 5:21    Post subject: Not accessible from internet Reply with quote

I am trying to host a website on my computer. However I can't access it from the internet.

When I do http://localhost/
everything comes up as it should.

I have forwarded port 80 on the router to the static IP of my computer.

When I try to access the ip address of my cable modem from a computer not on my network (or on my network), nothing happens and the connection times out.

Any suggestions?
Back to top
anindya



Joined: 27 Feb 2007
Posts: 7

PostPosted: Mon 05 Mar '07 11:13    Post subject: Reply with quote

It is possible that another firewall is blocking it. Like Windows Firewall or any other firewall that you have installed on your PC. This happened to me too the very first time, but after I configured my firewall and forwarded my port properly, I was able to access my PC using a proxy. Very Happy

Oh, and also go to C:\WINDOWS\system32\drivers\etc, open the "hosts" file using notepad and add your IP and the hostname there in the following format.

Code:
192.168.1.2     mydomain.com
Back to top


Reply to topic   Topic: Not accessible from internet View previous topic :: View next topic
Post new topic   Forum Index -> Apache