Skip to content

Instantly share code, notes, and snippets.

@cornet
Created November 4, 2010 23:04
Show Gist options
  • Save cornet/663358 to your computer and use it in GitHub Desktop.
Save cornet/663358 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName www.labdev.co.uk
ServerAdmin webmaster@labdev.co.uk
DocumentRoot /home/scott/labdev
ErrorLog /var/log/apache2/www.labdev.co.uk-error.log
CustomLog /var/log/apache2/www.labdev.co.uk-access.log common
<Directory /home/scott/labdev>
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment