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 or locate
  • browse directories typical unix sockets /run

Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -