溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

/etc/php-fpm.d/www.conf配置有哪些注意事項(xiàng)

發(fā)布時(shí)間:2021-09-29 09:10:21 來源:億速云 閱讀:143 作者:iii 欄目:開發(fā)技術(shù)

本篇內(nèi)容主要講解“/etc/php-fpm.d/www.conf配置有哪些注意事項(xiàng)”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實(shí)用性強(qiáng)。下面就讓小編來帶大家學(xué)習(xí)“/etc/php-fpm.d/www.conf配置有哪些注意事項(xiàng)”吧!

1、php-fpm 配置文件里 rlimit_files的值 要與系統(tǒng)的打開連接數(shù)一致

1)查看系統(tǒng)文件打開連接數(shù)

[root@iZ94eveq0q4Z ~]# ulimit -n
65535

2)查看一下php-fpm 配置文件里 rlimit_files的值

; Set open file descriptor rlimit#rlimit設(shè)置打開的文件描述符
; Default Value: system defined value
rlimit_files = 65535
如果兩個(gè)值不一樣,則要設(shè)置為一樣

方法如下:

3)設(shè)置系統(tǒng)打開文件連接數(shù)

[root@hotdata ~]# ulimit -HSn 65535
[root@hotdata ~]# ulimit -n
65535
[root@hotdata ~]#

設(shè)置好后重啟php-fpm服務(wù)

2、 request_terminate_timeout = 0 設(shè)置為0

; The timeout for serving a single request after which the worker process will
; be killed. This option should be used when the ‘max_execution_time' ini option
; does not stop script execution for some reason. A value of '0′ means ‘off'.
; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
; Default Value: 0
request_terminate_timeout = 0

因?yàn)檫@個(gè)參數(shù)會直接殺掉php進(jìn)程,然后重啟php進(jìn)程,這樣前端nginx就會返回104: Connection reset by peer。這個(gè)過程是很慢,總體感覺就是網(wǎng)站很卡

nginx可能出現(xiàn)502
recv() failed (104: Connection reset by peer) while reading response header from upstream

3、request_slowlog_timeout這個(gè)配置不要開啟

之前服務(wù)器上開始了這個(gè)參數(shù),并且設(shè)置如下:

request_slowlog_timeout = 10導(dǎo)致圖片處理每次都失敗,每次都是502錯(cuò)誤。

錯(cuò)誤信息如下:

Nginx的錯(cuò)誤信息:
2015/12/28 16:20:23 [error] 649#0: *9862 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 163.177.69.13,

php-fpm的錯(cuò)誤信息為:

[28-Dec-2015 17:04:01] WARNING: [pool www] child 10520, script '/hotdata/kehu/foshang_niufeecms/index.php' (request: "GET /index.php") execution timed out (10.451550 sec), terminating
[28-Dec-2015 17:04:01] WARNING: [pool www] child 10512, script '/hotdata/kehu/foshang_niufeecms/index.php' (request: "GET /index.php") execution timed out (12.396650 sec), terminating
[28-Dec-2015 17:04:01] WARNING: [pool www] child 10520 exited on signal 15 (SIGTERM) after 73.413706 seconds from start
[28-Dec-2015 17:04:01] NOTICE: [pool www] child 10909 started
[28-Dec-2015 17:04:01] WARNING: [pool www] child 10512 exited on signal 15 (SIGTERM) after 73.421170 seconds from start
[28-Dec-2015 17:04:01] NOTICE: [pool www] child 10910 started/var/log/php-fpm/www-slow.log記錄如下

[28-Dec-2015 16:23:17]  [pool www] pid 2427
script_filename = /hotdata/kehu/foshang_niufeecms/index.php
[0x00007f94070ff668] file_get_contents() /hotdata/kehu/foshang_niufeecms/index/Lib/Action/MemberAction.class.php:516
[0x00007f94070ff140] makecar() /hotdata/kehu/foshang_niufeecms/index/Lib/Action/MemberAction.class.php:623
[0x00007fff6b5bd870] ajaxMakeCart() unknown:0
[0x00007f94070fde48] invoke() /hotdata/kehu/foshang_niufeecms/core/Lib/Core/App.class.php:171
[0x00007f94070fdc70] exec() /hotdata/kehu/foshang_niufeecms/core/Lib/Core/App.class.php:207
[0x00007f94070fda98] run() /hotdata/kehu/foshang_niufeecms/core/Lib/Core/Think.class.php:39
[0x00007f94070fc610] start() /hotdata/kehu/foshang_niufeecms/core/Common/runtime.php:242
[0x00007f94070fbef8] +++ dump failed

所以最好是要這個(gè)設(shè)置給屏蔽掉。
;request_slowlog_timeout = 10

到此,相信大家對“/etc/php-fpm.d/www.conf配置有哪些注意事項(xiàng)”有了更深的了解,不妨來實(shí)際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

php
AI