Skip to content

Instantly share code, notes, and snippets.

@shrop
Created August 7, 2012 13:13
Show Gist options
  • Select an option

  • Save shrop/3285232 to your computer and use it in GitHub Desktop.

Select an option

Save shrop/3285232 to your computer and use it in GitHub Desktop.
Sample vhost Created by VirtualHostX
<Directory "/Users/shrop/Sites/default/">
Allow From All
AllowOverride All
</Directory>
<VirtualHost *:80>
ServerName "default.site"
DocumentRoot "/Users/shrop/Sites/default"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment