Jump to content

Can't see website from outside local network.


kain2396

Recommended Posts

 

I'm trying to setup apache2 to serve out some pages from my home computer. Now, I haven't discarded the possibility that my ISP is blocking the webserver, I think I'm configuring something wrong.

 

I can see the directory and all the pages if I look at it through localhost, but external browsers don't get anything. Am I doing something wrong?

Link to comment
Share on other sites

There has to be a DNS entry for your server in order for the outside world to see it. If you are like me and don't want a full on DNS name for the home testing server, then you can use the public IP and set the machine to answer to that ip address.

 

Can you view the site by using your public ip address?? If your machines ip is 192.168.X.XXX or 10.X.X.X then your machines IP is a private IP range and you can get your public ip by going to www.whatismyip.com

 

Check on that and post back.

Link to comment
Share on other sites

Guest prozente

If you are behind a router and using PAT/NAT then you will need to forward the external port to your computer on your internal network. This is done in your router.

 

For more specific instructions regarding your router see:

http://portforward.com/routers.htm

 

Also ensure that apache isn't only listening on your loopback address (127.0.0.1)

 

Look in your apache configuration to see what address it is set to listen on.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.