Skip to content

Instantly share code, notes, and snippets.

@sukria
Created February 22, 2010 17:28
Show Gist options
  • Save sukria/311275 to your computer and use it in GitHub Desktop.
Save sukria/311275 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName galactica.yoolink
DocumentRoot /tmp/TestApp/public
AcceptPathInfo On
<Directory "/tmp/TestApp/public">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
AddHandler cgi-script .cgi
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment