กลุ่ม php-fpm ของฉันมีลักษณะดังนี้ (ตาม https://www.php.net/manual/en/install.fpm.configuration.php#example-24 นี่เป็นไวยากรณ์ที่ถูกต้องมาก :)
[vmtest]
คำนำหน้า = /srv/users/vmtest
ผู้ใช้ = vmtest
กลุ่ม = vmtest
ฟัง = /srv/users/vmtest/run/php-fpm.sock
ฟัง.เจ้าของ = vmtest
Listen.group = www-ข้อมูล
ฟังโหมด = 660
env[PATH] = /usr/local/bin:/usr/bin:/bin
env[TMPDIR] = /srv/users/vmtest/tmp
env[อุณหภูมิ] = /srv/users/vmtest/tmp
env[TMP] = /srv/users/vmtest/tmp
slowlog = /srv/users/vmtest/log/php.slow.log
php_admin_value[error_log] = /srv/users/vmtest/log/php.error.log
php_admin_value[mail.log] = /srv/users/vmtest/log/php.mail.log
php_admin_value[doc_root] = /srv/users/vmtest/app
php_admin_value[upload_tmp_dir] = /srv/users/vmtest/tmp
ทุกอย่างทำงานได้ดีที่นี่ยกเว้น php_admin_value
ค่า เมื่อผมโหลด phpinfo()
สำหรับพูลใด ๆ จะแสดง:
error_log => ไม่มีค่า => ไม่มีค่า
mail.log => ไม่มีค่า => ไม่มีค่า
doc_root => ไม่มีค่า => ไม่มีค่า
upload_tmp_dir => ไม่มีค่า => ไม่มีค่า