Re: Apache refusing to listen 81

2006-04-09 Thread Adam McCarthy
That was the problem. It's not *:81, it's just 81. Thanks again. I know it was going to be something really stupid. On 4/9/06, Adam McCarthy <[EMAIL PROTECTED]> wrote: > Oh crap, it is supposed to be set like that, I must have been thinking of > squid. > > On 4/9/06, fbsd_user <[EMAIL PROTECTED]

Re: Apache refusing to listen 81

2006-04-09 Thread Adam McCarthy
Oh crap, it is supposed to be set like that, I must have been thinking of squid. On 4/9/06, fbsd_user <[EMAIL PROTECTED]> wrote: > I don't know where you got > Listen *:80 > Listen *:81 from. > > My working system uses > Listen 8080 > just fine. > > In the FreeBSD port of apache the http.conf fil

RE: Apache refusing to listen 81

2006-04-09 Thread fbsd_user
I don't know where you got Listen *:80 Listen *:81 from. My working system uses Listen 8080 just fine. In the FreeBSD port of apache the http.conf file has the Listen statement in a few different places. You want the one closes to the beginning of the file. On 4/9/06, Daniel A. <[EMAIL PROTEC

Re: Apache refusing to listen 81

2006-04-09 Thread Adam McCarthy
On 4/9/06, Daniel A. <[EMAIL PROTECTED]> wrote: > On 4/8/06, Adam McCarthy <[EMAIL PROTECTED]> wrote: > > I am trying to tell Apache2 to listen on port 81 > > with > > Listen *:81 > > > > Even if I comment out Listen:80 it still listens on 80. > > > > After starting Apache, telnet 127.0.0.1 81 fail

Re: Apache refusing to listen 81

2006-04-09 Thread Daniel A.
On 4/8/06, Adam McCarthy <[EMAIL PROTECTED]> wrote: > I am trying to tell Apache2 to listen on port 81 > with > Listen *:81 > > Even if I comment out Listen:80 it still listens on 80. > > After starting Apache, telnet 127.0.0.1 81 fails with Connection Refused. > > My listen is > Listen *:80 > List

Re: Apache refusing to listen 81

2006-04-08 Thread Andrew Reitz
On Apr 8, 2006, at 11:18 AM, Adam McCarthy wrote: I am trying to tell Apache2 to listen on port 81 with Listen *:81 Even if I comment out Listen:80 it still listens on 80. After starting Apache, telnet 127.0.0.1 81 fails with Connection Refused. My listen is Listen *:80 Listen *:81 I hav