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!
Possible correction,
Note: Be sure there is no trailing slash on the directory, which may be added if you use tab completion. When there’s a trailing slash, rsync will dump the contents of the directory into the mount point instead of transferring it into a containing mysql directory:
The second last word, mysql, seems out of place.
The configurations for apache 2.4 are different:
2.2 configuration: Order allow,deny Allow from all
2.4 configuration: Require all granted
More info: http://stackoverflow.com/questions/18392741/apache2-ah01630-client-denied-by-server-configuration
Great Article, I am using Ubuntu 14.04 and got it working. One thing I did different was change ‘Options Indexes FollowSymLinks MultiViews’ to ’ Options FollowSymLinks MultiViews’ to prevent directory browsing.
Well done on an easily understandable and useful article. I have a fresh install of Apache2 and am trying to host webcam snapshot pics (only) as jpg files, which should I think be just a simple file move, but I have run into problems. Apache document root is at /var/www/html My pics are located at /usr/local/webcam. I need to move this directory to Apache /var/www/html/index.html to view them. Could someone help with the steps needed. Thanks
Hi, I do have an existing installation of WordPress in the /var/www/html directory and I’ve already moved those files to a new directory using the rsync command. Is it safe now to clear the contents of the /var/www/html directory?
Must change directory root in /etc/apache/apache2.conf <Directory /your/root> Options FollowSymLinks AllowOverride None Require all granted </Directory>