Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created July 7, 2012 15:30
Show Gist options
  • Save enricostano/3066890 to your computer and use it in GitHub Desktop.
Save enricostano/3066890 to your computer and use it in GitHub Desktop.
Directory in httpd.conf
<Directory "/srv/http">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment