root pound 99968 4 tcp4 1.2.3.4:80 *:*
root pound 99967 4 tcp4 1.2.3.4:80 *:*
Hi Victor,
Your /var/log/messages file should have something like this:
[pound] HTTP socket bind 1.2.3.4:80: Address already in use - aborted
If so, then you have a web server running in tandem with your pound server.
That's no good. Shut that guy off and try pound again.
Pound will go up and sit idle with no connection escrowing even when none of
the BE servers are responding.
In this case, though, it looks like pound can't get the server socket on
port 80, so it can't handle your connection. Therefore, when you connect
your IE to your "pound server", you're actually hitting your HTTP server
that is also running on that box.
If you do a "netstat -n -a" do you see someone sitting on "*:80" when pound
is not running???
-- Jake
> -----Original Message-----
> From: Victor Subervi [mailto:victorsubervi@gmail.com]
> Sent: Wednesday, December 19, 2007 8:31 AM
> To: pound@apsis.ch
> Subject: Re: [Pound Mailing List] Can't Get Pound Up
>
> Okay. I tail /var/log/messages and get this:
> HTTP socket bind 1.2.3.4:80: Address already in use - aborted
> This is strange. So I ps wax|grep pound and sure enough, it's
> up! It wasn't before. I couldn't get it up before. Go figure!
> However, when I try and hit a page, I get this error:
> The service is not available. Please try again later.
> Now, if it were being passed to :8080, Zope would throw a
> Zope error, which isn't happening. I'm lost. Ideas?
> TIA,
> Victor
>
> On Dec 19, 2007 11:46 AM, Dave Steinberg <dave@redterror.net> wrote:
>
> > > my pound.cfg:
> > >
> > > ListenHTTP
> > > Address 1.2.3.4
> > > Port 80
> > > Service
> > > # HeadRequire "Host: .*www.example.com.*"
> > > # Note: I tried the above line as well, no go
> > > BackEnd
> > > Address 1.2.3.4
> > > Port 8080
> > > End
> > > End
> > > End
> >
> > <snip>
> >
> > Looks ok offhand. Did you check syslog?
> >
> > > Now, the last time I did this, the syntax was like this:
> > >
> > > LogLevel 2
> > > ListenHTTP 1.2.3.4,80
> > > UrlGroup ".*"
> > > BackEnd 1.2.3.4,8080,1
> > > EndGroup
> >
> > That syntax may be for an older version of pound. At least its not
> > for any version I've used.
> >
> > Regards,
> > --
> > Dave Steinberg
> > http://www.geekisp.com/
> > http://www.steinbergcomputing.com/
> >
> > --
> > To unsubscribe send an email with subject unsubscribe to
> pound@apsis.ch.
> > Please contact roseg@apsis.ch for questions.
> >
>
>
> --
> To unsubscribe send an email with subject unsubscribe to
> pound@apsis.ch.
> Please contact roseg@apsis.ch for questions.
>
--
To unsubscribe send an email with subject unsubscribe to pound@apsis.ch .
Please contact roseg@apsis.ch for questions.