Skip to content
Advertisement

Stopping “php-fpm” ( homebrew installation ) Mac OSX 10.8.2

I have managed to successfully install PHP-FPM using homebrew.

I have even configured my nginx.conf to work. However, whenever I do in the terminal:

JavaScript

I get the error :

JavaScript

However, my nginx is working fine.

Here is the nginx.conf according to running Yii.

JavaScript

I am also not able to stop the php-fpm. I need to stop it as I have modified the php.ini a little bit. What is the method to do it??

JavaScript

Where am I going wrong?

Even when I am typing : php-fpm -v I am getting :

JavaScript

However, it is showing the old php-fpm, as I had installed 5.4.

Regards,

Advertisement

Answer

I got it :

The method to do it was as follows :

1. To checkout php-fpm, use :

JavaScript

2. To stop the service, we have to use Apple’s SystemStarter, like so :

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement