Hi Scott,

On Sat, Sep 21, 2019 at 2:12 AM Scott A. Wozny <sawo...@hotmail.com> wrote:
>
> Do mod_cgi and mod_cgid have any sort of dependency relationship to 
> mod_proxy_fcgi? I only want to use CGI as a means to execute PHP code so, 
> mod_proxy, mod_proxy_fcgi and PHP-FPM sounds like the stack I need, but I 
> wanted to confirm that “classic” mod_cgi(d) is not required, similar to how 
> mod_php is not needed to support PHP-FPM.  I don't see any relationship 
> between them in the module documentation but I wanted to make sure I wasn't 
> missing something.

Yes, since PHP-FPM runs remotely, httpd acts as the proxy here so
mod_proxy_fcgi is all you need.
You may want to read https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to