Created
May 9, 2011 05:14
-
-
Save mwotton/962089 to your computer and use it in GitHub Desktop.
blog apache conf
This file contains 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 *:80> | |
ServerName www.shimweasel.com | |
DocumentRoot /u/apps/www.shimweasel.com/public | |
<Directory /u/apps/www.shimweasel.com/public> | |
Allow from all | |
Options -MultiViews | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment