FastCGI

From wikieduonline
Revision as of 20:33, 7 February 2020 by Welcome (talk | contribs) (Welcome moved page Fastcgi pass to FastCGI pass)
Jump to navigation Jump to search

One of the main use-cases of FastCGI proxying within Nginx is for PHP processing. Unlike Apache, which can handle PHP processing directly with the use of the mod_php module, Nginx must rely on a separate PHP processor to handle PHP requests. Most often, this processing is handled with php-fpm, a PHP processor that has been extensively tested to work with Nginx.


/etc/nginx/nginx.conf: fastcgi_pass


/etc/nginx/fastcgi.conf
/etc/nginx/snippets/fastcgi-php.conf


fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;


FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Clas

See also

Advertising: