> mydomain.com.conf: > <VirtualHost *:80> ... > #ServerName www.example.com This can be problematic, I suggest choosing an explicit ServerName here. Otherwise the systems own hostname is substituted and when you add a later virtualhost with it, it will be unreachable Probably not the culprit right now though. > localhost2.conf: > <VirtualHost localhost:80> I strongly suggest *:80 above. Hostnames inside <virtualhost> are a red flag I check for first for these kinds of vhost mapping issue > #ServerName www.example.com ServerName localhost to go with the *:80 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx