Skip to content

Instantly share code, notes, and snippets.

@a10y
Created July 28, 2012 06:30
Show Gist options
  • Save a10y/3192096 to your computer and use it in GitHub Desktop.
Save a10y/3192096 to your computer and use it in GitHub Desktop.
Correct Apache2 DocumentRoot file permissions
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