Difference between revisions of "FastCGI"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
  
<code>fastcgi_pass</code>
+
<code>/etc/nginx/nginx.conf</code>: <code>fastcgi_pass</code>
  
  

Revision as of 10:59, 26 December 2019

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


See also

Advertising: