Advertisement
ponce

php-fpm.conf.diff

Apr 24th, 2017
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. --- ./sapi/fpm/php-fpm.conf.in.orig 2012-05-20 19:47:53.000000000 +0200
  2. +++ ./sapi/fpm/php-fpm.conf.in 2012-05-21 09:16:32.646276661 +0200
  3. @@ -22,14 +22,14 @@
  4. ; Pid file
  5. ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
  6. ; Default Value: none
  7. -;pid = run/php-fpm.pid
  8. +pid = run/php-fpm.pid
  9.  
  10. ; Error log file
  11. ; If it's set to "syslog", log is sent to syslogd instead of being written
  12. ; in a local file.
  13. ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
  14. ; Default Value: log/php-fpm.log
  15. -;error_log = log/php-fpm.log
  16. +error_log = log/php-fpm.log
  17.  
  18. ; syslog_facility is used to specify what type of program is logging the
  19. ; message. This lets syslogd specify that messages from different facilities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement