Skip to content

Instantly share code, notes, and snippets.

  • Save gregorycoleman/5d4a0b93d5a6f66490cbeda185f80b00 to your computer and use it in GitHub Desktop.
Save gregorycoleman/5d4a0b93d5a6f66490cbeda185f80b00 to your computer and use it in GitHub Desktop.
Apache : Permission denied because search permissions are missing on a component of the path
## This will be fixed by
find /var/www -type d -exec chmod 755 {} \;
find /var/www -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment