You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Naveen Surisetty <na...@gmail.com> on 2011/05/20 12:36:09 UTC

[users@httpd] Apache update DNS issue

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 with DNS

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.

please suggest me what went wrong?.

Naveen

---------------------------------------------------------------------
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


Re: [users@httpd] Apache update DNS issue

Posted by Yehuda Katz <ye...@ymkatz.net>.
On Fri, May 20, 2011 at 6:36 AM, Naveen Surisetty <na...@gmail.com>wrote:

> 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.
>

That is not a DNS issue. There is no difference between resolving names for
HTTP and HTTPS.
You have a configuration problem.

Check the output of running `apache2ctl -S` on your server.
This command lists all virtual hosts that are configured in Apache.
You can post it here if you don't understand it.

- Yehuda