Skip to content

Instantly share code, notes, and snippets.

@micheledurante
Created February 26, 2017 22:18
Show Gist options
  • Save micheledurante/a82353de618814ae363679ccb5494589 to your computer and use it in GitHub Desktop.
Save micheledurante/a82353de618814ae363679ccb5494589 to your computer and use it in GitHub Desktop.
Default apache2 <Directory> setup for local dev
```
<Directory /home/micheled/git/scarabeus/public>
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AllowOverride All
Order deny,allow
deny from all
allow from localhost
</Directory>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment