[gentoo-user] Need help with apache2 setup

2005-02-17 Thread Ian Truelsen
I am not sure what I am doing wrong, but I am doing something wrong. I am trying to setup apache2, but I cannot get access from outside my machine. I have it set to listen on port 8000 and have that forwarded from my router, however, I can only connect to the server locally and only by specifying

Re: [gentoo-user] Need help with apache2 setup

2005-02-17 Thread fire-eyes
On Thu, 2005-02-17 at 11:12 -0800, Ian Truelsen wrote: I am not sure what I am doing wrong, but I am doing something wrong. I am trying to setup apache2, but I cannot get access from outside my machine. I have it set to listen on port 8000 and have that forwarded from my router, however, I

RE: [gentoo-user] Need help with apache2 setup

2005-02-17 Thread Dave Nebinger
I am trying to setup apache2, but I cannot get access from outside my machine. I have it set to listen on port 8000 and have that forwarded from my router, however, I can only connect to the server locally and only by specifying 127.0.0.1:8000. Outside of the machine, all I get is connection

Re: [gentoo-user] Need help with apache2 setup

2005-02-17 Thread Ian Truelsen
On Thu, 17 Feb 2005 14:27:59 -0500 fire-eyes [EMAIL PROTECTED] wrote: Let's make sure it's actually listening on something other than 127.0.0.1. as root: netstat -anp | grep :8000 dark-lord root # netstat -anp | grep 8000 tcp0 0 0.0.0.0:80000.0.0.0:*