Skip to content

Instantly share code, notes, and snippets.

@valguss
Created November 17, 2010 11:44
Show Gist options
  • Save valguss/703303 to your computer and use it in GitHub Desktop.
Save valguss/703303 to your computer and use it in GitHub Desktop.
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin [email protected]
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