Skip to content

Instantly share code, notes, and snippets.

@polidog
Created January 3, 2013 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polidog/663cdbfd2efcdc9a8cfc to your computer and use it in GitHub Desktop.
Save polidog/663cdbfd2efcdc9a8cfc to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/usr/local/share/xhgui/web/webroot"
ServerName xhgui.local
<Directory "/usr/local/share/xhgui/web/webroot">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment