mmitchell Posted February 25, 2008 Share Posted February 25, 2008 I seem to be having some difficulties in getting my VirtualHosts to work properly. The problem is not that the server doesn't reply to the addresses, but that it responds with the same page. These were actually working before I switched things over to the new server. Maybe someone here can figure out my issues. (If you need the whole thing, it is here: http://turrauko.dyndns.org/help.txt.) Thanks in advance, Mike <VirtualHost *:80> ServerAdmin mmitchell@inertiapc.com DocumentRoot /var/www/karingkids ServerName karingforkids.net ServerAlias karingkids.dyndns.org ServerAlias www.karingforkids.net </VirtualHost> # Subdomains <VirtualHost *:80> DocumentRoot /var/www/karingkids/images ServerName images.karingforkids.net </VirtualHost> <Virtualhost *:80> DocumentRoot /var/www/homermitchell ServerName homermitchell.org ServerAlias www.homermitchell.org </VirtualHost> Quote Link to comment Share on other sites More sharing options...
mattclements Posted February 25, 2008 Share Posted February 25, 2008 I had the same problems when my control panel was working.... change the * to your external IP... that solved it for me.. Let me know, Matt Quote Link to comment Share on other sites More sharing options...
mmitchell Posted February 26, 2008 Author Share Posted February 26, 2008 Yes, I know, but my ISP (even though I have a business class connection) refuses to give me a static IP address. Dyndns was working fine earlier. The real problem is that they're supposed to go in order, but it is always giving me the one at the bottom instead of the top. Quote Link to comment Share on other sites More sharing options...
mattclements Posted February 26, 2008 Share Posted February 26, 2008 Try changing the * to the External IP and see if that works, then report back and I can take a better look. I have the same problem with my ISP Cheers Matt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.