Skip to content

Instantly share code, notes, and snippets.

@geirarne
Created September 19, 2012 07:12
Show Gist options
  • Save geirarne/3748133 to your computer and use it in GitHub Desktop.
Save geirarne/3748133 to your computer and use it in GitHub Desktop.
https-vhosts.conf
Listen 9000
NameVirtualHost *:9000
<VirtualHost *:9000>
#ZDS Name: visuelt
DocumentRoot "/Users/geirarne/Code/visuelt/www"
ErrorLog error.log
<Directory "/Users/geirarne/Code/visuelt/www">
AllowOverride All
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
In httpd.conf
remove comment from this line:
LoadModule php5_module libexec/apache2/libphp5.so
and this:
Include /private/etc/apache2/extra/httpd-vhosts.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment