Skip to content

Instantly share code, notes, and snippets.

@dbryson
Created September 23, 2008 03:02
Show Gist options
  • Save dbryson/12209 to your computer and use it in GitHub Desktop.
Save dbryson/12209 to your computer and use it in GitHub Desktop.
<VirtualHost 64.105.32.74:80>
ServerAlias www.statichacks.org
ServerPath /var/www/statichacks/
DocumentRoot /var/www/statichacks/
RewriteEngine on
<Directory "/var/www/statichacks/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory "/var/www/statichacks/blosxom/cgi-bin/">
DirectoryIndex blosxom.cgi
AllowOverride None
Options None ExecCGI Indexes
Order allow,deny
Allow from all
</Directory>
CustomLog /usr/lib/apache2/logs/statichacks.log
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment