Created
February 22, 2010 17:28
-
-
Save sukria/311275 to your computer and use it in GitHub Desktop.
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 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