Created
November 16, 2011 20:32
-
-
Save randika/1371283 to your computer and use it in GitHub Desktop.
Apache Server Permission set-up
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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