hi,
i've just set up apache on a mac for testing. i have can connect to the mac (having edited my vista hosts file) and can access my test sites perfectly over the network from vista, using the local names devsite.one, devsite.two, etc
however when i try to browse the same sites from the mac itself, apache is painfully slow.
my
/etc/hosts looks like this:
127.0.0.1 localhost devsite.one devsite.two
i can browse
devsite.one
very quickly, but
devsite.two
is like a snail and only loads after a minute or so. i have tried changing the order in /etc/hosts, but this doens't make a difference.
apache
listens on 127.0.0.1 and 192.168.0.37 (my mac static ip)
my VirtualHost containers are
<Virtual Host *:80>
ServerName devsite.one
DocRoot /my/doc/root
</VirtualHost>
i can ping
devsite.two
from the mac instantaneously.
HostnameLookups
are Off
this sort of setup has worked fine on other *nix boxes.
can anyone suggest something i've overlooked?
many thanks