|
Posted by J.O. Aho on 09/28/81 11:40
Marsel wrote:
> Another question, not sure where to post it, so I'll try here:
> Now that the site is up and running I would like to see it on the web (not locally,
> because some pages are integrated on 3rd party pages).
> This does not seem possible through the router, only when I establish a new
> modem connection. Firewall confusion? Any fix?
If you run a firewall on the machine with the Apache running, you need to open
port 80 (for TCP packages). For router you need to see to port forward port 80
to the machines on which Apache is running (see your route documentation).
See to not bind to an ip-number in your apache configuration, as if you do
this, apache will wait for connections only on that ip-number and refuse those
forwarded from the router as these will have the external ip-number in the
HTTP-requester. Binding to an ip-name is okey, as long as it points on the
apache server on itself in the hosts file and that the external DNS points at
your public ip-number.
//Aho
[Back to original message]
|