
Originally Posted by
Ynot
Two things
web servers traditionally listen on port 80
so when you type an address into your browser, it assumes port 80
you've set it to port 8000
so you'll need to tell the browser that
http://<myip><colon>8000/index.htm
second,
are you behind a NAT'd router?
cause if you are, you'll have to forward the port to your local IP if you are trying to access apache from an external IP
Bookmarks