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.