Skip to content

Instantly share code, notes, and snippets.

@randika
Created November 16, 2011 20:32
Show Gist options
  • Save randika/1371283 to your computer and use it in GitHub Desktop.
Save randika/1371283 to your computer and use it in GitHub Desktop.
Apache Server Permission set-up
Apache Server Permission set-up
================================
sudo chown -R www-data:www-data /home/ubuntu/websites
sudo chmod -R 755 /home/ubuntu/websites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment