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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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