Report this

What is the reason for this report?

PHP-FPM would not restart

Posted on January 20, 2015

I tried to install ioncube loader on my server (ubuntu 14.04 32, nginx, php 5.5.9)

I have followed the following steps

cd /tmp sudo wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz sudo tar xfz ioncube_loaders_lin_x86-64.tar.gz

sudo mv ioncube /usr/local/

sudo nano /etc/php5/fpm/php.ini

added this zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.5.so

sudo service php5-fpm restart

Still my info.php does not show ioncube

I also ran service php5-fpm restart

I got the following error

Rejected send message, 1 matched rules; type=“method_call”, sender=“:1.23 7” (uid=1000 pid=8941 comm=“start php5-fpm “) interface=“com.ubuntu.Upstart0_6.J ob” member=“Start” error name=”(unset)” requested_reply=“0” destination=“com.ubu ntu.Upstart” (uid=0 pid=1 comm="/sbin/init ")

Any help will be appreciated



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You need to run the service command as root:

sudo service php5-fpm restart

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.