mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
c29dcfa2dd
ap/rpm-4.16.1.3-x86_64-4.txz: Rebuilt. Patched to handle non-compliant RPMs created by install4j. Thanks to alienBOB. d/poke-1.4-x86_64-1.txz: Upgraded. l/enchant-2.3.2-x86_64-1.txz: Upgraded. l/freetype-2.11.1-x86_64-1.txz: Upgraded. l/glib2-2.70.2-x86_64-1.txz: Upgraded. n/lynx-2.9.0dev.10-x86_64-1.txz: Upgraded. extra/php8/php8-8.1.0-x86_64-1.txz: Removed. extra/php80/php80-8.0.13-x86_64-1.txz: Added. extra/php81/php81-8.1.0-x86_64-1.txz: Added.
19 lines
718 B
Diff
19 lines
718 B
Diff
--- ./sapi/fpm/php-fpm.conf.in.orig 2017-11-21 21:02:19.000000000 -0600
|
|
+++ ./sapi/fpm/php-fpm.conf.in 2017-11-27 20:07:58.533458347 -0600
|
|
@@ -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.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.log
|
|
|
|
; syslog_facility is used to specify what type of program is logging the
|
|
; message. This lets syslogd specify that messages from different facilities
|