Difference between revisions of "PHP-fpm (FastCGI Process Manager)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
(→Logs) Tags: Mobile web edit, Mobile edit |
||
Line 15: | Line 15: | ||
== Logs == | == Logs == | ||
− | * <code>var/log/[[php7.2-fpm.log]]</code> | + | * <code>/var/log/[[php7.2-fpm.log]]</code> |
− | |||
== Basic operations == | == Basic operations == |
Revision as of 07:18, 13 April 2021
/etc/php/7.2/fpm/php-fpm.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
/var/log/php7.2-fpm.log
Basic operations
systemctl restart php7.2-fpm
systemctl restart nginx
Related terms
ps aux | grep 'php-fpm' and www-data user
See also
- Mediawiki
- 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)] - Web server: Nginx:
/etc/nginx/nginx.conf
,nginx -t
, Nginx logs, Nginx change log, PHP,php-fpm
, Let's encrypt, Nginx directives, Reverse Proxy, Configure HTTP redirection Nginx, Return,proxy_pass (Reverse proxy)
,ngx_http_rewrite_module
,/etc/nginx/sites-enabled/
,error.log
,access.log
,/nginx status
, AIO
Advertising: