php - Where is the location of php5.6-fpm.sock? -
i'm connected in vagrant ubuntu 14.04 x64 machine , can't find location of php5.6-fpm.sock under classic location /var/run/php...
the location of socket specified in configuration:
listen = /var/run/php5-fpm/php5-fpm.socket
in:
/etc/php5/fpm/pool.d/www.conf
you try
ps aux | grep php
mentioned in comments.- look in
phpinfo();
- use
find
orlocate
- browse directories typical unix sockets
/run
Comments
Post a Comment