after long search i have found the error.
in the
/usr/local/php53/etc/php-fpm.conf
and in all user confs
/usr/local/directadmin/data/users/*/php/*
is the listen pfad
listen = /usr/local/php53/sockets/$pool.sock
but the socket datadir doesen´t exist at this place
I have found the socket datadir at
/usr/local/fpm53/sockets/
after symlinking
/usr/local/fpm53/sockets to /usr/local/php53/sockets
everthing is working well.
in the
/usr/local/php53/etc/php-fpm.conf
and in all user confs
/usr/local/directadmin/data/users/*/php/*
is the listen pfad
listen = /usr/local/php53/sockets/$pool.sock
but the socket datadir doesen´t exist at this place
I have found the socket datadir at
/usr/local/fpm53/sockets/
after symlinking
/usr/local/fpm53/sockets to /usr/local/php53/sockets
everthing is working well.