Date: Fri, 20 Sep 1996 12:06:19 -0600 (MDT) From: Brandon Gillespie <brandon@glacier.cold.org> To: Cliff Addy <fbsdlist@revelstone.jvm.com> Cc: freebsd-isp@freebsd.org Subject: Re: Reverse name lookup fails on *one* domain Message-ID: <Pine.BSF.3.91.960920120008.1267A-100000@glacier.cold.org> In-Reply-To: <Pine.BSF.3.91.960920124312.6838A-100000@revelstone.jvm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Any ideas at all? The other guys are running BSDI and are willing to > work with us, if we can give them a line of investigation. quick fix: turn off reverse name lookups, you really dont want it on-the-fly anyway (most log analasys programs can lookup names now). Assuming you are running a recent version of apache (1.1) you can do this by simply adding the config line: 'HostnameLookups off' to httpd.conf. As for longterm fixes, dunno. Perhaps look at the configuration of your named (specifically your 'forwarders'). I doubt the problem is specific to 2.1.5, and it could even be caused by one of your forwarders up the line. If the problem persisted you could hardcode their NS domain in your boot file (cache or secondary--not suggested, but would likely solv the problem). -Brandon Gillespie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960920120008.1267A-100000>