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!
I did the exact same steps, but when I try to load up info.php page the browser just downloads the info.php file to my computer.
As long as php is installed, this should not happen. Where you able to download all of php packages in this command?
<pre> apt-get install php5 php-pear php5-suhosin php5-mysql</pre>
Did you try to turn it off and on?
Sounds like a joke but I’m talking about apache service, if you don’t restart the apache2 service instance the php interpreter won’t work…
in debian one command line to complete LAMP installation
apt-get install apache2 php5 mysql-server phpmyadmin
Hi, php5-suhosin dosen’t appear to work. It says it cannot find it! Everything else worked, and I was able to display the PHP info page, so I’m not entirely sure what it does, but I’d like to get it all set up! Thanks!
alex.vados, php5-suhosin was removed in Debian 7. Use Ubuntu 12 LTS or Debian 6.3 instead.
You may need to run
‘’’ apt-get install libapache2-mod-php5
as well if you are running ubuntu
If you are using Ubuntu you may need to add the libapache2-mod-php5 package. If you dont you may end up seeing php printed in plain text as alextoma has pointed out.
apt-get install libapache2-mod-php5