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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -