You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Martens, Jason" <jm...@cityofevanston.org> on 2003/04/15 17:08:06 UTC

[users@httpd] Apache 2.0.43 Problem with DNS and ProxyPass

I am running Apache 2.0.43 on HP-UX 11.11, and I am having a problem
using the mod_proxy module.  I have some statements like this in my
httpd.conf:

ProxyPass /jeeves/  http://jeeves.example.com/

On the main apache server when I go to
http://myserver.example.com/jeeves/
I get the following message in my error_log:

[Mon Apr 14 16:19:16 2003] [error] [client x.x.x.x] proxy: DNS lookup
failure for: jeeves.example.com returned by /jeeves/

I also get a 502 response in the access_log which looks like this:

x.x.x.x - - [14/Apr/2003:16:19:16 -0500] "GET /jeeves/ HTTP/1.1" 502 564

I have confirmed that all DNS services are configured and working on
the server itself, and that it can resolve jeeves.  I even put jeeves in
the local hosts file, with no effect.  If I replace the ProxyPass line
above with an IP address like this:

ProxyPass /jeeves/  http://x.x.x.x/

Then it works just fine.

I've tried searching google and google groups, but I haven't been able
to find anything that seems to be relevant.

Thanks,
Jason

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org