Virtual Host under MacOSX not working
- by David Casillas
I have setup a virtualhost for MacOSX Apache instalation. This are my steps:
edit /private/etc/apache2/httpd.conf removing comment from:
Include /private/etc/apache2/extra/httpd-vhosts.conf
edit /private/etc/apache2/extra/httpd-vhosts.conf, added:
<VirtualHost *:80>
ServerName test.local
DocumentRoot…