gruner (owner)

Revisions

gist: 166159 Download_button fork
public
Public Clone URL: git://gist.github.com/166159.git
Embed All Files: show embed
vhosts.conf #
1
2
3
4
5
6
7
8
# The default permissions are somewhat draconian so to avoid getting 403:Forbidden messages when trying to look at any local sites, I also added these lines to the httpd-vhosts.conf file:
 
<Directory /Users/*/Sites/>
    Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>