$NetBSD: patch-sapi_fpm_php-fpm.conf.in,v 1.2 2025/02/08 02:58:55 taca Exp $ Set proper default configuration values. --- sapi/fpm/php-fpm.conf.in.orig 2022-10-31 10:36:05.000000000 +0000 +++ sapi/fpm/php-fpm.conf.in @@ -14,14 +14,14 @@ ; Pid file ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ ; Default Value: none -;pid = run/php-fpm.pid +pid = run/php-fpm@PHP_VER@.pid ; Error log file ; If it's set to "syslog", log is sent to syslogd instead of being written ; into a local file. ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ ; Default Value: log/php-fpm.log -;error_log = log/php-fpm.log +;error_log = log/php-fpm@PHP_VER@.log ; syslog_facility is used to specify what type of program is logging the ; message. This lets syslogd specify that messages from different facilities