Hi, Recently i have upgraded Apache 1.3 to Apache 2.2 on my Solaris box. version 2.2 is working fine but i have problem of "Proxy Error and it is giving the reason as Reason: DNS lookup failure for: xyz.com"
Here is my problem senario. Apache is running on server with Apache 1.3 >From solaris client i was able to connect to server with www.xyz.com, here client side i didn't setup either NIS/DNS setup to resolve xyz.com, but only server entry in /etc/hosts file. with/without ssl it is working fine. But when i upgraded to apache2.2 there is no change in client. http://www.xyz.com in working fine but https://www.xyz.com (SSL) is not resolving the server IP. you replied me that it is not a DNS problem and suggested to Check the output of running `apache2ctl -S` on my server. this command gave output as VirtualHost configuration: Syntax OK it doesn't list anything. can u plz help me resolve this issue by anyother way? Thanks.