Skip to content

Instantly share code, notes, and snippets.

@tlattimore
Created October 31, 2014 15:28
Show Gist options
  • Save tlattimore/ef99999cb4b6a560252d to your computer and use it in GitHub Desktop.
Save tlattimore/ef99999cb4b6a560252d to your computer and use it in GitHub Desktop.
Require all granted
<Directory />
AllowOverride none
Require all granted
</Directory>
@shrop
Copy link

shrop commented Oct 31, 2014

Actually, not sure you want to do this @tlattimore:

Comments from the http.conf file above that entry:
Deny access to the entirety of your server's filesystem. You must
explicitly permit access to web content directories in other
blocks below.

Looks like that could open things up too much?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment