Re: [users@httpd] configure apache2 on ubuntu 16.04 vps to use php-fpm is not leading to the desired outcome

2017-07-25 Thread Gillis J. de Nijs
I see you have libapache2-mod-php7.0 installed. Are you sure you disabled it? In Ubuntu you can use a2dismod to disable modules. I suspect mod_php is listed there. It's not required when you want to do fpm. On Tue, Jul 25, 2017 at 10:02 AM, Luca Toscano wrote: > Hi

Re: [users@httpd] configure apache2 on ubuntu 16.04 vps to use php-fpm is not leading to the desired outcome

2017-07-25 Thread Luca Toscano
Hi Dino, 2017-07-23 1:32 GMT+02:00 Dino Vliet : > > Modified this file: > > /etc/apache2/sites-available/000-default.conf to now have this inside: > > > > > Require all granted > > > > > > AddHandler php7-fcgi .php > > Action php7-fcgi /php7-fcgi

Re: [users@httpd] configure apache2 on ubuntu 16.04 vps to use php-fpm is not leading to the desired outcome

2017-07-23 Thread John Iliffe
Try using the PHP5 version of php-fcgi. Not sure what your problem might be but a few months ago I had a LOT of trouble and couldn't get PHP7 php-fpm OR php-fcgi working so at the suggestion of the PHP list I backed off to PHP5 and everything worked exactly as expected. Worth a try anyway!

[users@httpd] configure apache2 on ubuntu 16.04 vps to use php-fpm is not leading to the desired outcome

2017-07-22 Thread Dino Vliet
Dear all, I'm new here and notsure this place is where I can posts these questions but I have beentrying to configure my Ubuntu 16.04 VPS to use PHP-FPM with Apache2. I followed thissource: 1.https://www.howtoforge.com/tutorial/apache-with-php-fpm-on-ubuntu-16-04/ Modified this