This is a discussion on Apache working on XP SP2 w/ router within the Windows Web Servers forums, part of the Web Server and Related Forums category; Im using Apache server on my computer to host my proper website. But thew problem is... I am behind a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Im using Apache server on my computer to host my proper website.
But thew problem is... I am behind a router when I put http://localhost/ I can connect to it.. even if I put http://127.0.0.1/ ... but as soon as I put my IP adressed assigned by my ISP.. it wont works... But port 80 is open on my router.. so I was just wondering how I could make it works so that people could browse on it when I'm behind a router because for now.. I am the only one taht can browse it. |
|
|||
|
On 9 Sep 2005 08:59:28 -0700, "Erathar@gmail.com"
<Erathar@gmail.com> wrote: >Im using Apache server on my computer to host my proper website. >But thew problem is... I am behind a router when I put >http://localhost/ I can connect to it.. even if I put >http://127.0.0.1/ ... but as soon as I put my IP adressed assigned by >my ISP.. it wont works... But port 80 is open on my router.. so I was >just wondering how I could make it works so that people could browse on >it when I'm behind a router because for now.. I am the only one taht >can browse it. Solutions: - router NAT loopback - yourhost.yourdomain.tld 127.0.0.1 in host file - define proxy in browser Look back in the history of this group and you will find the details on this answer in one of my postings. -- ) Kees Nuyt ( c[_] |