PHP-FPM conf location option when compiling php

Posted by Danack on Server Fault See other posts from Server Fault or by Danack
Published on 2013-07-02T21:53:46Z Indexed on 2013/07/02 23:08 UTC
Read the original article Hit count: 238

Filed under:
|

I'm compiling PHP from source. I would like to set the location that PHP-FPM looks for it's config file.

Apparently this option should be set via the configure option:

--with-fpm-conf=/etc/php/php-fpm.conf

According to http://php-fpm.org/wiki/Configuration_File

However using this option on PHP5.5.0 gives the error configure: WARNING: unrecognized options: --with-fpm-conf

How do I set where PHP-FPM should look for it's conf file when compiling from source?

© Server Fault or respective owner

Related posts about configuration

Related posts about php-fpm