crash with Perlbal-1.41

Jay Buffington jaybuffington at gmail.com
Wed May 31 05:08:44 UTC 2006


I've never tried to bind anything to 0.0.0.0.  Maybe that's the source
of the problem?

I would have the balancer listen on 128.206.9.125:80 (or whatever your
external IP is) and the apaches listen on 127.0.0.1:80.

Jay

On 5/30/06, Cal Henderson <calh at yahoo-inc.com> wrote:
> CREATE POOL my_apaches
>   POOL my_apaches ADD 127.0.0.1:81
>
> CREATE SERVICE balancer
>   SET listen          = 0.0.0.0:80
>   SET role            = reverse_proxy
>   SET pool            = my_apaches
>   SET persist_client  = on
>   SET persist_backend = on
>   SET verify_backend  = on
>   SET buffer_uploads  = on
>   SET buffer_uploads_path = /export/home/tmp
> ENABLE balancer
>


More information about the perlbal mailing list