I need a problem with sharing php5-fpm.sock between 2 vz containers
I have 2 containers:
1. with NGINX
2. with PHP5 and PHP5-FPM
Link containers over NFS
I tried using:
1. mount --bind /var/lib/vz/private/100/var/src_dir_with_socket /var/lib/vz/private/101/var/dst_dir_with_socket
2. moutn -t simfs ...
3. pure NFS
for sharing php5-fpm.sock on NGINX container - does not work
Scheme to work only when I mount FPM at port I need to work through SOCKET
Thx!