0

I got LAMP stack installed on Centos 7. Also I have three CMS up and running on httpd virtual hosts: WordPress, Joomla and OpenCart.

The question: how to configure different PHP modes, CGI and FCGI per virtual host? I have separate .conf files per CMS.

PHP Version 7.

Alexound
  • 9
  • 2

1 Answers1

0

Using multiple php-fpm pools with different configs should accomplish what you are asking for.

fuero
  • 9,413
  • 1
  • 35
  • 40