• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to our Other Java Products and Servers forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic