1
vote
1answer
329 views

Apache virtual hosts - Resources on website not loaded when accessed from other hostname than localhost

Running virtual hosts on Mac OS X 10.6.8 running Apache 2.2.22. /etc/hosts is as follows: 127.0.0.1 localhost 3dweergave studio-12.fritz.box 255.255.255.255 broadcasthost ::1 ...
0
votes
2answers
5k views

MacOSX VirtualHost: “You don't have permission to access / on this server” error [closed]

The Apache installation of MacOSX is running OK. I have tried to create a VirtualHost called test.local, but as soon as I uncomment from /private/etc/apache2/httpd.conf the line Include ...
2
votes
1answer
336 views

Virtual Host under MacOSX not working

I have setup a virtualhost for MacOSX Apache installation. These are my steps: edit /private/etc/apache2/httpd.conf removing comment from: Include /private/etc/apache2/extra/httpd-vhosts.conf ...