It appears my response never got sent. Strangely, tail /var/log/messages showed pound was up! It wasn't before. Couldn't get it to work. But it's up :-} Nonetheless, when I try and hit the site, which I know is pointed to the server, I get this error:

The service is not available. Please try again later.

Now, sockstat shows (among other things) this:

root     pound      99968 4  tcp4   1.2.3.4:80    *:*

tail /var/log/messages shows this:

Dec 19 22:44:01 WE62 pound: no back-end "GET /favicon.ico HTTP/1.1" from 190.166.0.59
Dec 19 22:44:08 WE62 pound: no back-end "GET /favicon.ico HTTP/1.1" from 190.166.0.59
Dec 19 22:46:11 WE62 pound: no back-end "GET /robots.txt HTTP/1.1" from 66.249.67.186
Dec 19 23:00:36 WE62 pure-ftpd: (?@ 66.45.243.162) [ERROR] Unable to set up secure anonymous FTP
Dec 20 00:25:11 WE62 su: admin to root on /dev/ttyp1
Dec 20 00:25:17 WE62 pound: HTTP socket bind 1.2.3.4:80: Address already in use - aborted
Dec 20 00:27:55 WE62 pound: HTTP socket bind 1.2.3.4:80: Address already in use - aborted
Dec 20 00:28:25 WE62 pound: no back-end "GET / HTTP/1.1" from 190.166.0.59
Dec 20 00:57:59 WE62 pound: no back-end "GET / HTTP/1.1" from 190.166.0.59
Dec 20 00:59:31 WE62 pound: no back-end "GET / HTTP/1.1" from 190.166.0.59

I presume the 190.166.0.59 is the IP from where I am trying to pull up the page.

What do?
TIA.
Victor

On Dec 19, 2007 12:17 PM, Michael Toth < pound.mtoth@queldor.net> wrote:
Is there anything in /var/log/messages?
Check sockstat to see if anything was on port 80?

Victor Subervi wrote:
> Hi;
> Help! Got to get this server up ASAP!
> I just built Pound.2.3.2 on a new FBSD6.2 server. Pound won't start. Here is
> 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
>
> It gives me no reason for not starting. It looks like it starts, but when I
> ps wax, nothing.
>
> 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
>
> At any rate, that complains on the second line...doesn't like the
> syntax...and the man page gives the first (old) syntax. What do?
> TAI,
> Victor
>
>
> --
> 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.