Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bbanelli

Pages: [1]
1
PHP / PHP-FPM and Apache2 issue
« on: December 04, 2018, 12:07:46 PM »
Greetings to all,

I've set PHP-FPM as following:



Code: [Select]
PHP-FPM and Apache2 issue

Redirecting to /bin/systemctl status php-fpm72.service
● php-fpm72.service - The PHP FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/php-fpm72.service; enabled; vendor preset: disabled)
   Active: active (running) since Tue 2018-12-04 12:50:05 CET; 9min ago
 Main PID: 25216 (php-fpm)
   CGroup: /system.slice/php-fpm72.service
           └─25216 php-fpm: master process (/opt/alt/php-fpm72/usr/etc/php-fpm.conf)                                     

Dec 04 12:50:05 foo systemd[1]: Stopped The PHP FastCGI Process Manager.
Dec 04 12:50:05 foo systemd[1]: Started The PHP FastCGI Process Manager.

However, when I try rebuilding WebServers_manage with Apache2 and forcing FPM (either through rebuild or domain config), I'm still left with old non-FPM configuration.



What am I missing?

Thank you in advance,

Bruno

Pages: [1]