Skip to content

Instantly share code, notes, and snippets.

@ahawthorne
Created September 30, 2013 21:01
Show Gist options
  • Select an option

  • Save ahawthorne/6770207 to your computer and use it in GitHub Desktop.

Select an option

Save ahawthorne/6770207 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName site.lvh.me
ServerAlias www.site.lvh.me
DocumentRoot /var/www/site
<Directory /var/www/site>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/httpd/error.log
CustomLog /var/log/httpd/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment