my dog learned polymorphism
The moose likes Other Java Products and Servers and the fly likes Apache Webserver Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Apache Webserver Error "Reason: DNS lookup failure for: server"" Watch "Apache Webserver Error "Reason: DNS lookup failure for: server"" New topic
Author

Apache Webserver Error "Reason: DNS lookup failure for: server"

bhargav reddy
Greenhorn

Joined: Feb 11, 2009
Posts: 10
Hi All,
I recently added new entry for proxy pass in configuration file of apache webserver.

configuration for proxypass is as below

OLD entries:
ProxyPass /app/ https://server.corp.company.com/app/
ProxyPass / https://server.corp.company.com/app/
ProxyPass * https://server.corp.company.com/app/

New Entry:
ProxyPass /app1/ https://server.corp.company.com/app/
ProxyPass /app2/ https://server.corp.company.com/app/


now when i try to access the new entries i get the below error:

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /app/.

Reason: DNS lookup failure for: server.corp.company.com:



But still the old entires works fine.

Any thoughts on the above issue is much appreciated.

Thanks in advance.

Regards,
Bhargav
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19230

Moving to our Other Java Products and Servers forum.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Apache Webserver Error "Reason: DNS lookup failure for: server"
 
Similar Threads
how to map www.test.com to http://localhost:8080/test/index.jsp on Tomcat server
client cert authentication problem
connecting Apache and Mongrel
Redirect a tomcat application URL and port using apache.
admin-console hidden behind apache http proxy