0
Є відповідь

PHP FastCGI not listed in content type after downgrading PHP 5.5

meme 9 років тому оновлено Eugene Pankov (Project coordinator) 9 років тому 4
My Setup: Ubuntu 14.04, Ajenti v1.2.22.16 with Ajenti V.

when installed its running PHP 5.5 as default. I've to use php 5.4 for my websites. 
I downgraded successfully and restarted the ajenti, nginx and php-fpm successfully.

Sites are running well. However when I tried to add/edit new websites, there is no PHP FastCGI option in content type dropdown in Contant tab of the websites.

Tried to look for errors/ there's no error at all..

so any pointers to fix this? 
ДОБРЕ, Я ЗАДОВОЛЕНИЙ
Позначка задоволеності від meme 9 років тому
Under review
See if the PHP plugin got loaded in the Plugins page. Click on it to see what prevented it from loading.
Found the issue (i think).

What I did was only restarting php-fpm, nginx and ajenti using 'service xxx restart' command.

when i do complete stop of php-fpm & nginx using 'service xxx stop' and login to ajenti panel, click on restart ajenti followed by restarting the websites this fixed the issue. seems weird though but at least it fixed it.

thanks eugene for the review.