<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2013-06-17, at 3:29 PM, Charles Swiger wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Jun 17, 2013, at 2:21 PM, Norman Fournier <<a href="mailto:norman@normanfournier.com">norman@normanfournier.com</a>> wrote:<br><blockquote type="cite">I am working on bringing a virtual webserver behind a router online and am encountering problems.<br></blockquote><br>OK.  The odds are very good that you should ask about this on an Apache/nginx/etc forum, as it's unlikely to be related to DNS or BIND.<br><br><blockquote type="cite">In my named.conf, this is my in-addr.arpa entry:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">zone "0.0.127.in-addr.arpa" IN {<br></blockquote><blockquote type="cite"><span class="Apple-tab-span" style="white-space:pre">   </span>type master;<br></blockquote><blockquote type="cite"><span class="Apple-tab-span" style="white-space:pre">   </span>file "named.local";<br></blockquote><blockquote type="cite"><span class="Apple-tab-span" style="white-space:pre">  </span>allow-update { none; };<br></blockquote><blockquote type="cite">};<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Should I explicitly define the reverse lookup for my ip or does this entry accomplish the same thing, as it seem to have done so in the past.<br></blockquote><br>It provides a PTR record for 127.0.0.1; equivalent to the standard /etc/hosts entry of:<br><br>127.0.0.1<span class="Apple-tab-span" style="white-space:pre">    </span>localhost<br><br>There's nothing you should change here.<br><br>Regards,<br>-- <br>-Chuck<br></div></blockquote><br></div><div>Thank you for your response</div><div><br></div><div>(...Members of the httpd-users list says the same thing - its not an httpd problem. I am just trying to take possibilities off my list of potential errors, sorry if I am annoying you, it's unintentional and symptomatic of my ignorance, so I'm asking questions. I think that is a legitimate use of my subscription to this list, and the list's raison d'être. Surely the list is not exclusively for individuals who know what they're talking about?..)</div><div><br></div><div>This is the error message my browser returns:</div><div><br></div><div><blockquote type="cite"><font class="Apple-style-span" color="#000000">The server at dlinkrouter can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall...</font></blockquote></div><div><br></div><div>Instead of "The server at <a href="http://mydomain.com">mydomain.com</a> can't be found", etc., - the error message states my router brand name. My router config seems fine. How would my router name get swapped for my domain name? And where might that error be located? In my httpd.conf? named.conf seemed a more likely place, although it looks okay to me.</div><div><br></div><div>What question might I ask the httpd list that might be enlightening?</div><div><br></div><div>Thanks again.</div><div><br></div><div>Norman</div></body></html>