Title: web page access
Description: access from remote pc
257335 - December 24, 2006 10:04 PM (GMT)
in your apache tutorial you say if your friend had you ip adress they could access info from there pc what exactly would you type in the adress bar to do this
patheticcockroach - December 25, 2006 01:42 AM (GMT)
Let's say your IP is 98.289.15.23 and you set up Apache on port 8081
Then you use
http://98.289.15.23:8081
257335 - December 25, 2006 02:22 AM (GMT)
The connection has timed out
The server at 24.116.162.98 is taking too long to respond.
* The site could be temporarily unavailable or too busy. Try again in a few
moments.
* If you are unable to load any pages, check your computer's network
connection.
* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
how do i fix this
patheticcockroach - December 25, 2006 07:56 AM (GMT)
Do you have a router ? And/or a firewall ?
257335 - December 26, 2006 03:29 PM (GMT)
yes i have the firewll letting the server though i think im not sure what to do with the router
patheticcockroach - December 26, 2006 09:08 PM (GMT)
| QUOTE |
| yes i have the firewll letting the server though i think im not sure what to do with the router |
Check your router documentation for details. Basically, you need to set up port forwarding to forward your Apache port to the computer where Apache is running.
257335 - December 28, 2006 09:54 PM (GMT)
so basicly i need to open up port 8080
patheticcockroach - December 29, 2006 06:47 AM (GMT)
If you did like in the tutorial, yes. But it's not only opening (that's more firewall stuff I think, and usually simply allowing Apache to access internet and/or "act as a server" will be enough for this part), you should also forward it (which means tell the router where it should send a packet it receives on its port 8080).
257335 - December 30, 2006 07:51 AM (GMT)