Skip to content

Instantly share code, notes, and snippets.

@metrofun
Created August 15, 2011 10:56
Show Gist options
  • Save metrofun/1146034 to your computer and use it in GitHub Desktop.
Save metrofun/1146034 to your computer and use it in GitHub Desktop.
VirtualHost sample
<VirtualHost *:80>
ServerName flexidoll
ServerAdmin metrofun@i.ua
ErrorLog /home/metrofun/Dev/sites/flexidoll/apache_error.log
DocumentRoot /home/metrofun/Dev/sites/flexidoll/
<Directory /home/metrofun/Dev/sites/flexidoll/>
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment