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