Skip to content

Instantly share code, notes, and snippets.

@slant
Created July 28, 2008 00:03
Show Gist options
  • Save slant/2818 to your computer and use it in GitHub Desktop.
Save slant/2818 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName blog.cylenceweb.com
DocumentRoot /var/www/web/blog
<Directory "/var/www/web/blog">
Options FollowSymLinks
AllowOverride None
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