Skip to content

Instantly share code, notes, and snippets.

@ferndot
Last active August 6, 2017 15:27
Show Gist options
  • Save ferndot/fdfd772c0afd8541d3788640a8483987 to your computer and use it in GitHub Desktop.
Save ferndot/fdfd772c0afd8541d3788640a8483987 to your computer and use it in GitHub Desktop.
Apache web folder permissions
FOLDER=$1
sudo chown -R www-data:www-data $FOLDER
sudo chmod -R 644 $FOLDER
sudo chgrp www-data $FOLDER
sudo chmod g+s $FOLDER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment