View Single Post
  #4   (View Single Post)  
Old 9th May 2015
jjthomas jjthomas is offline
New User
 
Join Date: May 2008
Posts: 1
Default

Here is how I got it going:
I had to install the php-fpm package.
I restarted httpd
I started fpm with
Code:
/etc/rc.d/php_fpm start
If I understand correctly, in order to start after reboot I need to have this in my rc.conf.local file:
Code:
pkg_scripts="php_fpm"
I hope that helps.

-JJ
Reply With Quote