mod_fcgid + php-fpm with cloudlinux -- instead of mod_fastcgi + php-fpm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kutnel
    Junior Member
    • Mar 2021
    • 3

    #1

    mod_fcgid + php-fpm with cloudlinux -- instead of mod_fastcgi + php-fpm

    mod_fcgid php-fpm cloudlinux mod_fastcgi
  • kutnel
    Junior Member
    • Mar 2021
    • 3

    #2
    Hi,

    is it possible tu run an apache server with mod_fcgid + php-fpm instead of mod_fastcgi + php-fpm ?

    Ive read that its not possible because of the missing extension FastCgiExternalServer.

    Are my researchs right? Or is there a way to run mod_fcgid+php-fpm on apache and cloudlinux?

    Comment

    • clm
      Senior Member
      Forum ExplorerTechnical AssociateSolutions DeveloperInnovation Contributor
      • Mar 2021
      • 259

      #3
      Checkout Apache 2.4s mod_proxy_fcgi

      Comment

      Working...