;;;;;;;;;;;;;;;;;;
; Global Options ;
;;;;;;;;;;;;;;;;;; [global]
pid = run/php-fpm.pid
error_log = log/error.log daemonize = yes
log_level = warning ;syslog.facility = daemon
;syslog.ident = php-fpm ; golbal max fork process
process.max = ;child reuse timeout
process_control_timeout = 10s ;emergency_restart_threshold =
;emergency_restart_interval = 60s ;process.priority = -
;rlimit_files =
;rlimit_core =
;systemd_interval = ; Specify the event mechanism FPM will use. The following is available:
; - select (any POSIX os)
; - poll (any POSIX os)
; - epoll (linux >= 2.5.)
; - kqueue (FreeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0)
; - /dev/poll (Solaris >= )
; - port (Solaris >= )
; Default Value: not set (auto detection)
events.mechanism = epoll ;;;;;;;;;;;;;;;;;;;;
; Pool Definitions ;
;;;;;;;;;;;;;;;;;;;; [oracle] prefix = /home/php
user = oracle
group = oracle ;listen.owner = oracle
;listen.group = dba
;listen.backlog = ;listen = 127.0.0.1:
listen = /tmp/php-cgi.sock
listen.backlog = ; Default Value: any
listen.allowed_clients = 127.0.0.1 ; Choose how the process manager will control the number of child processes. Possible Values:
; static - a fixed number (pm.max_children) of child processes;
; dynamic - the number of child processes are set dynamically based on the
; ondemand - no children are created at startup. Children will be forked when
pm = dynamic ;pm is `static` only
pm.max_children = pm.start_servers =
pm.min_spare_servers =
pm.max_spare_servers = ;pm.status_path = /status pm.max_requests =
pm.process_idle_timeout = 300s ;php max_block timeout
request_terminate_timeout = 120s rlimit_files =
catch_workers_output = yes ;access.log = var/log/access.log
;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" slowlog = var/log/slow.log
request_slowlog_timeout = 75s ;chroot =
;chdir = /var/www
;ping.path = /ping
;ping.response = pong ;Default Value: .php
;security.limit_extensions = .php .php3 .php4 .php5 ;Default Value: clean env
env[HOSTNAME] = $HOSTNAME
env[PATH] = /usr/local/bin:/usr/bin:/bin:/home/php/bin
env[TMP] = /tmp
env[TMPDIR] = /tmp
env[TEMP] = /tmp php_admin_value[memory_limit] = 256M ;php_flag[display_errors] = off
;php_admin_flag[log_errors] = on
;php_admin_value[error_log] = /var/log/fpm-php.www.log
;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com

最新文章

  1. 【iOS自定义键盘及键盘切换】详解
  2. Maven3.3.9环境搭建
  3. wordpress如何批量关闭旧日志留言功能
  4. 【转】PowerShell入门(二):PowerShell是Cmd命令行的加强版吗?
  5. 微信公共平台开发3 .net
  6. Java--多线程读取网络图片并保存在本地
  7. Poj(1797) Dijkstra对松弛条件的变形
  8. 用Python对excel文件的简单操作
  9. nsstring遍历汉子
  10. Android远程桌面助手(B1371)
  11. 2018-2019-2 20175228实验一《Java开发环境的熟悉》实验报告
  12. 【SVN】SVN初识
  13. linux_文件基本操作
  14. UVA-1572
  15. Top sort 双队列
  16. NioEventLoop(netty 4.1)
  17. java多线程例子(生成者和消费者)
  18. 从Chrome 69.0 版本起,Flash权限受到进一步限制,默认仅在当前浏览器会话有效。
  19. MySQL5.6之Index Condition Pushdown(ICP,索引条件下推)-Using index condition
  20. CodeForces 731D 80-th Level Archeology

热门文章

  1. Docker Swarm部署集群
  2. WPF 程序鼠标在窗口之外的时候,控件拿到的鼠标位置在哪里?
  3. java之spring mvc之初始spring mvc
  4. 关于MVC接收Ajax调用无法访问的问题
  5. 工厂交接班易出问题?MES系统实现精准对接
  6. ar 解压一个.a文件报错: xxx.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it)
  7. Pod和Namespace的基本介绍
  8. mysql主从一致性校验工具-pt
  9. 一些替代Xshell的软件推荐
  10. struct并不报错