Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created December 12, 2011 13:16
Show Gist options
  • Save matschaffer/1467099 to your computer and use it in GitHub Desktop.
Save matschaffer/1467099 to your computer and use it in GitHub Desktop.
<VirtualHost *:8000>
DocumentRoot /home/mat/code/Raphters/Build
<Directory /home/mat/code/Raphters/Build>
Options -Indexes FollowSymLinks +ExecCGI
AllowOverride AuthConfig FileInfo
Order allow,deny
Allow from all
</Directory>
CustomLog /home/mat/code/Raphters/Build/access.log combined
ErrorLog /home/mat/code/Raphters/Build/error.log
LogLevel debug
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment