| 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
|
 |
 |
|
|
subject: Apache Webserver Error "Reason: DNS lookup failure for: server"
|
|
|