Created
July 28, 2012 06:30
-
-
Save a10y/3192096 to your computer and use it in GitHub Desktop.
Correct Apache2 DocumentRoot file permissions
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
sudo chown -Rv root /var/www | |
sudo chgrp -Rv www-data /var/www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment