Skip to content

Instantly share code, notes, and snippets.

@valguss
Created November 17, 2010 11:44
Show Gist options
  • Select an option

  • Save valguss/703303 to your computer and use it in GitHub Desktop.

Select an option

Save valguss/703303 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin tom@skywire.co.uk
DocumentRoot /var/www/html/CLIENTNAME
ServerName SERVERNAMEHERE
ErrorLog /var/www/logs/SERVERNAME-error_log
CustomLog /var/www/logs/SERVERNAME-access_log common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment