well, nothing special from console check. I keep both domain active.
root 460 0.0 0.0 239836 21608 ? Ss Apr08 2:19 php-fpm: master process (/etc/php/7.3/fpm/php-fpm.conf)
www-data 498 0.0 0.0 243032 22732 ? S Apr08 0:07 php-fpm: pool www
www-data 499 0.0 0.0 242596 22164 ? S Apr08 0:07 php-fpm: pool www
root 9025 0.0 0.0 6076 884 pts/0 S+ 12:22 0:00 grep php
`● php7.3-fpm.service - The PHP 7.3 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.3-fpm.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2020-04-08 09:27:27 UTC; 3 weeks 5 days ago
Docs: man:php-fpm7.3(8)
Main PID: 460 (php-fpm7.3)
Status: "Processes active: 0, idle: 2, Requests: 660, slow: 0, Traffic: 0req/sec"
Tasks: 3 (limit: 4915)
Memory: 33.4M
CGroup: /system.slice/php7.3-fpm.service
├─460 php-fpm: master process (/etc/php/7.3/fpm/php-fpm.conf)
├─498 php-fpm: pool www
└─499 php-fpm: pool www
Apr 08 09:27:25 maple-ca systemd[1]: Starting The PHP 7.3 FastCGI Process Manager...
Apr 08 09:27:27 maple-ca systemd[1]: Started The PHP 7.3 FastCGI Process Manager.
Apr 16 18:11:21 maple-ca FusionPBX[498]: [ip_masked] provision attempt but provisioning is not enabled for
Apr 16 22:11:50 maple-ca FusionPBX[498]: [ip_masked] provision attempt but provisioning is not enabled for
Apr 17 05:12:25 maple-ca FusionPBX[498]: [ip_masked] provision attempt but provisioning is not enabled for 000000000000
Apr 17 06:12:32 maple-ca FusionPBX[499]: [ip_masked] provision attempt but provisioning is not enabled for 000000000000
Apr 17 08:12:46 maple-ca FusionPBX[498]: [ip_masked] provision attempt but provisioning is not enabled for`
After restart by command systemctl restart php7.3-fpm, restart works, and i can see the module fileinfo.
php -m |grep info
fileinfo
But the web is still showing missing module fileinfo.
And the config info show as disabled for fileinfo:
'./configure' '--prefix=/www/server/php/73' '--with-config-file-path=/www/server/php/73/etc' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--with-iconv-dir' '--with-freetype-dir=/usr/local/freetype' '--with-jpeg-dir' '--with-png-dir' '--with-zlib' '--with-libxml-dir=/usr' '--enable-xml' '--disable-rpath' '--enable-bcmath' '--enable-shmop' '--enable-sysvsem' '--enable-inline-optimization' '--with-curl=/usr/local/curl' '--enable-mbregex' '--enable-mbstring' '--enable-intl' '--enable-ftp' '--with-gd' '--with-openssl=/usr/local/openssl' '--with-mhash' '--enable-pcntl' '--enable-sockets' '--with-xmlrpc' '--enable-soap' '--with-gettext' '--disable-fileinfo' '--enable-opcache' '--enable-zip' '--with-sodium' '--with-webp'