Le 13 mars 2015 18:45, "Lukas Tribus" <luky...@hotmail.com> a écrit :
>
> > What version of haproxy are you using ? (And what OS) ?
> >
> >> In the first frontend I set:
> >> server clear /var/lib/haproxy/test send-proxy
> >>
> >> In the second frontend I set:
> >> bind /var/lib/haproxy/test accept-proxy
> >
> > Are you able to connect to the /var/lib/haproxy/test socket with
> > netcat or socat ? And/or do you have chroot in haproxy.cfg ?
>
> Also if you drop privileges, check permission with the haproxy user.
>
> If supported by your kernel, you could use abstract namespaces
> instead.
>
>
> Lukas
>
>


Hi,

In most cases this is due to either chroot or rights on the socket.
Check the user and mode parameters of both your bind and server
descritption.

Also ensure the unix socket is available in a chroot environment, if any.

Baptiste

Reply via email to