Created
September 23, 2008 03:02
-
-
Save dbryson/12209 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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