On 3/21/07, Joachim Schipper <[EMAIL PROTECTED]> wrote:
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.

Ah...ha. Thanks much. This (and another related/similar) suggestion
were sent to me off-list; we're going to get to it tomorrow morning.

I'll report back the results to the archives -- assuming we're
actually smart enough to deduce what the ktrace tells us. ;-)

If not, I'll be back here for Round II.

Kevin

Reply via email to