Difference between revisions of "PHP-fpm (FastCGI Process Manager)"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 35: | Line 35: | ||
* [[FastCGI]] | * [[FastCGI]] | ||
* [[PHP pm]]: <code>[[pm.max_children]]</code> | * [[PHP pm]]: <code>[[pm.max_children]]</code> | ||
+ | * <code>[[/var/run/php/php7.2-fpm.sock]]</code> | ||
== See also == | == See also == | ||
− | * | + | * {{PHP-fpm}} |
* {{PHP}} | * {{PHP}} | ||
[[Category:web]] | [[Category:web]] | ||
[[Category:PHP]] | [[Category:PHP]] |
Latest revision as of 06:52, 4 January 2025
/etc/php/7.2/fpm/php-fpm.conf
/etc/php/7.*/fpm/pool.d/www.conf
/etc/php/7.2/fpm/php.ini
cat /etc/php/7.2/fpm/php-fpm.conf | grep -v ";" | grep .
Test configuration:
echo "<?php phpinfo(); ?>" | sudo tee /var/www/html/test_phpinfo.php && links http://localhost/test_phpinfo.php
Logs[edit]
Basic operations for LEMP[edit]
Related terms[edit]
ps aux | grep 'php-fpm' and www-data user
fastcgi_pass
error_log = php_errors.log
- Metricbeat php_fpm module
/run/php/php7.2-fpm.sock
- FastCGI
- PHP pm:
pm.max_children
/var/run/php/php7.2-fpm.sock
See also[edit]
- PHP-fpm,
/etc/php/7.*/fpm/pool.d/, pm., pm.max_children, /var/log/php7.2-fpm.log
- PHP,
php-fpm, www.conf
,php -i
, PHP sessions, symfony,fastcgi_pass
,sessionclean (shell script)
,phpsessionclean.service (systemd service),phpquery
,php.ini
,/var/log/php*
, PECL,php --help
, PHPUnit, Laravel, PHP framework, Composer,phpbrew, Xdebug, php --version
, PHP Fatal error, Hello, World! (php)]
Advertising: