Skip to content

Instantly share code, notes, and snippets.

@treffynnon
Created February 4, 2010 15:19
Show Gist options
  • Save treffynnon/294730 to your computer and use it in GitHub Desktop.
Save treffynnon/294730 to your computer and use it in GitHub Desktop.
Apache2: Virtual host example
<VirtualHost *:80>
ServerAdmin name@domain.com
DocumentRoot c:\xampp\htdocs
ServerName localhost
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment