Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Apache is installed and started and displays dococuments(my web) when I type my static IP on my web brower but

21 views
Skip to first unread message

yoshimoto shuhei

unread,
Feb 16, 2013, 9:11:25 PM2/16/13
to
I have installed apache 2.0, typing my static public IP displays my website in htdoc but when my friend typed it on his machine, it does not display. he is accessing from the states and I m in japan.

Kees Nuyt

unread,
Feb 17, 2013, 4:40:43 AM2/17/13
to
Does your machine that runs apache have your public static IP
address or a private, non-routable, address (10.x.y.z or
192.168.x.y)?

If it is a private address, you have a router or ADSL modem or
some other kind of customer premises equipment and you will have
to configure port-forwarding (often indicated as NAT or PAT) for
port 80 in the router.

Often those devices have what is called NAT loopback, which
automatically replaces the public address in a request by the
local address of the originating computer.

Another possible cause is a firewall between your friend and you.
Some internet providers do not allow you to run servers and block
incoming traffic. There is not much you can do to change that,
except trying some other port than the default http port, 80.
Of course, the new port has to be forwarded.


I Hope this helps.
--
Kees Nuyt
0 new messages