On Wed, Mar 21, 2007 at 01:56:24AM -0700, Kevin wrote:
> >I ran into this issue setting up zencart on OpenBSD. My guess is you need
> >to copy /etc/resolv.conf to /var/www/etc/resolv.conf.
> >
> >You can verify that by chroot'ing yourself manually into /var/www and
> >trying to curl something.
> That's what I thought so, too at first, but I verified that ours is
> there. (Copying resolv.conf into the chroot is part of our standard
> server setup.) Here's what in that directory now:
>
> $ ls -l /var/www/etc/
> total 4
> -rw-r--r-- 1 root daemon 85 Nov 21 14:51 resolv.conf
You could try running a single Apache instance (httpd -x), and use
ktrace to find out what it's doing. ktrace is very good for those cases
where you can't figure out what's going wrong.
Joachim