nginx - Which should I use between php-fpm.sock and php-cgi.sock?
伊谢尔伦
伊谢尔伦 2017-05-16 17:18:02
0
2
730

When configuring PHP monitoring, I saw two ways of writing:
One is:

listen = /dev/shm/php-fpm.sock

Another one is:

listen = /dev/shm/php-cgi.sock

That is, php-fpm.sock and php-cgi.sock, which one is better? The php version is 7.0.

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
黄舟

Use whichever one you match, if you are using ngnix + fastcgi,那就用php-cgi.sock;如果是ngnix + php-fpm,那就用php-fpm.sock。当然,fpm的效率要比fastcgi高,因为fpm就是一个fastcgi’s manager.

大家讲道理

It doesn’t matter what the file name is

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!