Page 1 of 1

Error: proxy template php5-fpm not found

Posted: Mon Nov 09, 2015 2:18 am
by danimalweb
Hi,

I've just done a fresh install of Debian 8 and VestaCP release 15. Congrats and well done on the new release.

My end goal is to run Nginx with PHP5-FPM without Apache.

When selecting the proxy template "php5-fpm" and selecting save, I receive the error message: "Error: proxy template php5-fpm not found".

I've checked the directory: /usr/local/vesta/data/templates/web and the php5-fpm folder and the .tpl files exist.

The new website was created with the default admin user, no settings have been changed.

Any ideas? Do I have to update the packages assigned to the admin user first?

Thanks.

Re: Error: proxy template php5-fpm not found

Posted: Fri Nov 13, 2015 1:43 am
by jonn
is php-fpm running

Code: Select all

ps aux | grep php-fpm

Re: Error: proxy template php5-fpm not found

Posted: Wed Dec 02, 2015 6:56 am
by nchopin
Exactly same problem with fresh install of Debian 7 or 8 (on proxmox kvm)

Re: Error: proxy template php5-fpm not found

Posted: Wed Jun 08, 2016 9:31 am
by hcjsy
I have the same problem on a fresh install on unbuntu 14.04.4 server.

When selecting the proxy template "php5-fpm" and selecting save, I receive the error message: "Error: proxy template php5-fpm not found".

php-fpm is running:

Code: Select all

 ps aux | grep php-fpm
root      1966  0.0  0.0  43376  4764 ?        Ss   08:46   0:00 php-fpm: master process (/usr/local/vesta/php/etc/php-fpm.conf)
admin     1967  0.0  0.0  47140  9356 ?        S    08:46   0:00 php-fpm: pool www
admin     1968  0.0  0.0  46636  9064 ?        S    08:46   0:00 php-fpm: pool www
root     10712  0.0  0.0  11756  2124 pts/0    S+   10:30   0:00 grep php-fpm