Pzz
Verified User
With CB 2.0 (rev 1273) I updated the software. DA 1.47.0, Apache 2.4.12, PHP 5.6.6, phpmyadmin, dovecot....
And now my PHP doesn't seem working. It shows PHP on my webpages.
PHP seems to be running:
HTTPD is also running:
I'm missing something obvious....?
And now my PHP doesn't seem working. It shows PHP on my webpages.
PHP seems to be running:
Code:
$ systemctl status php-fpm56 -l
php-fpm56.service - The PHP FastCGI Process Manager
Loaded: loaded (/etc/systemd/system/php-fpm56.service; enabled)
Active: active (running) since Tue 2015-03-10 18:45:38 CET; 53min ago
Main PID: 896 (php-fpm56)
Status: "Processes active: 0, idle: 0, Requests: 0, slow: 0, Traffic: 0req/sec"
CGroup: /system.slice/php-fpm56.service
└─896 php-fpm: master process (/usr/local/php56/etc/php-fpm.conf
Mar 10 18:45:38 server.tarpes2.nl systemd[1]: Starting The PHP FastCGI Process Manager...
Mar 10 18:45:38 server.tarpes2.nl systemd[1]: Started The PHP FastCGI Process Manager.
Mar 10 18:46:40 server.tarpes2.nl systemd[1]: Started The PHP FastCGI Process Manager.
Mar 10 18:54:54 server.tarpes2.nl systemd[1]: Started The PHP FastCGI Process Manager.
HTTPD is also running:
Code:
$ systemctl status httpd -l
httpd.service - The Apache HTTP Server
Loaded: loaded (/etc/systemd/system/httpd.service; enabled)
Active: active (running) since Tue 2015-03-10 18:45:40 CET; 55min ago
Process: 1099 ExecStart=/usr/sbin/httpd $OPTIONS -k start (code=exited, status=0/SUCCESS)
Main PID: 1355 (httpd)
CGroup: /system.slice/httpd.service
├─1355 /usr/sbin/httpd -k start
├─1429 /usr/sbin/httpd -k start
└─1430 /usr/sbin/httpd -k start
I'm missing something obvious....?