cwarn23 Posted March 16, 2010 Share Posted March 16, 2010 Hi, long time no post although I've been on the irc for a while. Anyways my question is I have the following two virtual hosts but I can't seem to get the obvioussiteisobvious.co.cc to work. Apache shows no errors and the DNS lookup fails where hostname cannot be found. So the apache configruation for obvioussiteisobvious.co.cc is. <VirtualHost 110.44.25.66:80> SuexecUserGroup "#1008" "#1003" ServerName obvioussiteisobvious.co.cc ServerAlias www.obvioussiteisobvious.co.cc ServerAlias webmail.obvioussiteisobvious.co.cc ServerAlias admin.obvioussiteisobvious.co.cc DocumentRoot /home/ash47/public_html/obvioussiteisobvious ErrorLog /var/log/virtualmin/obvioussiteisobvious.co.cc_error_log CustomLog /var/log/virtualmin/obvioussiteisobvious.co.cc_access_log combined ScriptAlias /cgi-bin /home/ash47/public_html/obvioussiteisobvious/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/ash47/public_html/obvioussiteisobvious> Options -Indexes +IncludesNOEXEC +FollowSymLinks allow from all AllowOverride All </Directory> <Directory /home/ash47/public_html/obvioussiteisobvious/cgi-bin> allow from all </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.obvioussiteisobvious.co.cc RewriteRule ^(.*) https://obvioussiteisobvious.co.cc:20000/ [R] RewriteCond %{HTTP_HOST} =admin.obvioussiteisobvious.co.cc RewriteRule ^(.*) https://obvioussiteisobvious.co.cc:10000/ [R] </VirtualHost> Also this points to the nameservers ns1.cwarn23.info and ns2.cwarn23.info. Most of the other domains which point to cwarn23.info nameservers do work with the exception of two domains including this one. Can anybody see what is happening here because I'm lost deep in dark woods with no way out. Thanks, cwarn23. Quote Link to comment Share on other sites More sharing options...
jonsjava Posted March 23, 2010 Share Posted March 23, 2010 if DNS is failing, it's not Apache. Most likely it's one of 2 things: cached DNS result, or bad/corrupt entry on your NS's 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.