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!
Remember the final critical step…
Restart Apache to put the change into place: sudo service apache2 restart
For some reason I managed to overlook this step, and while everything appeared to be functioning, I kept getting unexplainable errors that appeared (to the professionals whom I consulted) to be a misconfiguration of the PDO drivers, which I was told meant that PHP could not connect to MySQL.
After about a week of trouble-shooting and head-banging on my desk, this simple (overlooked) restart command solved all my problems. Ouch.
If you are with permission issues with the wp-content that can help you: in /etc/apache2/envvars
change:
export APACHE_RUN_USER = www-data
export APACHE_RUN_GROUP = www-data
for:
export APACHE_RUN_USER = [you-user]
export APACHE_RUN_GROUP = [you-user]
I have followed this tutorial but when I test my info.php: all I get is a blank page
The sudo apt-get install now says that it can’t install ANY of the php5 packages. You may want to update these instructions.