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.

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!
@lazaac it depends on the web application you’re running. Some applications are encoded and require you to have ioncube loader installed so you have to install it for it to work.
nice this works XD
my 20ioncube.ini have another path for zend_extension
Only watch your path to install correctly
I’m stuck.
When I run this line: zend_extension = /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so
it says -bash: zend-extension: command not found
I run 12.04 with lamp from droplet creation menu.
Please help.
@markopo1: You do not run that line, you write it to a file.
Run the following command: <pre>nano /etc/php5/apache2/conf.d/20ioncube.ini</pre>
This will open up a text editor. Insert this line:
<pre>zend_extension = /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so</pre>
Press Ctrl + X, Y, enter and the file should be saved.
I cant get past step one, im using 64 bit Ubuntu 12.04, i have a lamp because i have WordPress installed and running, im using the server pilot control panel. When i visit my ip/ioncube/loader-wizard.php i get not found errors, i have tried install multiple times. What am i doing wrong?
@tonyparra216: What’s the output of this command?
<pre>grep -r -i ‘documentroot’ /etc/apache2/sites-enabled</pre>