paksociety
Verified User
- Joined
- Jul 11, 2013
- Messages
- 89
i was trying to install apcu on following configuration
Cb 2.0
webserver:- Nginx-apache
php:- 5.6
mod:- php-fpm
Os:- Centos 7
after configuration i tried to install apcu as i was running it on one of my servers but os was centos 6.
suddenly php-fpm gives me following error:-
Job for php-fpm56.service failed. See 'systemctl status php-fpm56.service' and 'journalctl -xn' for details.
i tried to rebuild webserver, than rebuild php than rewrite confs, but again same error was coming.
After digging it for 2 hours, i saw many posts on this forum also but no post had a solution to this only initial error and one answer to check by restarting etc.
What was cause:-
APCU was the cause, as soon as i turned it off , problem solved so what i came to know today is that
Centos7,php5,6 with php-fpm is not compatible with ACPU, you have to use old php version to use apcu with centos.
Also if you are using ubuntu 14 you will also get same error as UBUNTU 14 is also not compatible with apcu while using php-fpm 56.
I am not an expert to tell you why this happend, but in my case apcu was the cause, any expert can tell the answer why???
Regards
Cb 2.0
webserver:- Nginx-apache
php:- 5.6
mod:- php-fpm
Os:- Centos 7
after configuration i tried to install apcu as i was running it on one of my servers but os was centos 6.
suddenly php-fpm gives me following error:-
Job for php-fpm56.service failed. See 'systemctl status php-fpm56.service' and 'journalctl -xn' for details.
i tried to rebuild webserver, than rebuild php than rewrite confs, but again same error was coming.
After digging it for 2 hours, i saw many posts on this forum also but no post had a solution to this only initial error and one answer to check by restarting etc.
What was cause:-
APCU was the cause, as soon as i turned it off , problem solved so what i came to know today is that
Centos7,php5,6 with php-fpm is not compatible with ACPU, you have to use old php version to use apcu with centos.
Also if you are using ubuntu 14 you will also get same error as UBUNTU 14 is also not compatible with apcu while using php-fpm 56.
I am not an expert to tell you why this happend, but in my case apcu was the cause, any expert can tell the answer why???
Regards