Created
September 19, 2012 07:12
-
-
Save geirarne/3748133 to your computer and use it in GitHub Desktop.
https-vhosts.conf
This file contains hidden or 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
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> |
This file contains hidden or 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
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