Skip to content

Instantly share code, notes, and snippets.

@FrancisVarga
Created July 12, 2011 12:47
Show Gist options
  • Save FrancisVarga/1077909 to your computer and use it in GitHub Desktop.
Save FrancisVarga/1077909 to your computer and use it in GitHub Desktop.
dafault VHost entry
<VirtualHost *:80>
ServerName home.local.de
DocumentRoot /Users/francis/www
<Directory "/Users/francis/www/">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment