亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

nginx - php-fpm configuration is invalid
過去多啦不再A夢
過去多啦不再A夢 2017-05-16 17:25:50
0
1
769

The php-fpm configured under Ubuntu, the configuration is located under the pool.d directory. I have written two before, and there were no problems. However, after writing the new one, the startup is invalid, and the process can only be viewed. The previous configuration is valid. The following is my configuration:

[alumnus]

listen = 127.0.0.1:9000
user = www-data
group = www-data
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 10
pm.start_servers = 3
pm.min_spare_servers = 1
pm.max_spare_servers = 10
daemonize = yes
listen.mode = 0666
過去多啦不再A夢
過去多啦不再A夢

reply all(1)
大家講道理

I solved it myself. The configuration file naming problem was because the file in fpm’s pool.d directory must end with .conf, but I didn’t add it, so it kept failing

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template