On 2006/05/18 17:42, Jacob Yocom-Piatt wrote: > Error from cURL: Error [6]: Couldn't resolve host 'wwwcie.ups.com' > i suspect this is an issue with running from inside the apache chroot,
Yes, that's likely. Think how programs on the computer find out what nameserver to use and this should lead you in the right direction. Or run httpd(8) under ktrace(1) (starting httpd in single-process mode makes this easier) and that should also identify it for you.

