• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Upgraded 11.0.9 , where is my php 5.3.10?

M

MarkusLotus

Guest
How to enable and run Apache with php5-fpm not php5-cgi?

Hi
just installed everything
is there any easy way to enable mod_fastcgi with php-fpm? instead of fcgid

in cpanel it was pretty easy to do, just add this in virtual host include:
<IfModule mod_fastcgi.c>
FastCGIExternalServer /usr/sbin/php-fpm -host 127.0.0.1:9000
AddHandler php-fastcgi .php

Action php-fastcgi /usr/sbin/php-fpm.fcgi
ScriptAlias /usr/sbin/php-fpm.fcgi /usr/sbin/php-fpm

</IfModule>

but it doesnt wokr with plesk, it keep running as php5-cgi
i have changed everything, maybe i forgot something?


thank you
 
Last edited by a moderator:
You could try doing the same with /var/www/vhosts/domain.com/conf/vhost.conf and the rebuild the vhosts
 
Back
Top