On Sat, Nov 14, 2009 at 9:43 AM, Eric Covener <[email protected]> wrote:
> On Sat, Nov 14, 2009 at 10:33 AM, Randy Paries <[email protected]> wrote:
>
>> This does not make any sense. It is like it is pulling this cert
>> magically out of the air
>
> httpd -S will display your vhost config.
>
> Also curious what that hostname resolves to on the system where you
> ran openssl, and what interfaces your Apache system has.
>
> "grep -ri SSLCert /etc/httpd/conf.d/ /etc/httpd/conf" might also shed
> some light on what the operative part of your config is.
>
>
>
> --
> Eric Covener
> [email protected]


YEAH!!!!

httpd -S was the ticket.........

[r...@calgary conf]# httpd -S
VirtualHost configuration:
216.186.190.106:80     is a NameVirtualHost
         default server www.yumasnowbirds.com (/etc/httpd/conf/httpd.conf:1063)
         port 80 namevhost www.yumasnowbirds.com
(/etc/httpd/conf/httpd.conf:1063)
216.186.190.106:443    is a NameVirtualHost
         default server www.yumasnowbirds.com (/etc/httpd/conf/httpd.conf:1093)
         port 443 namevhost www.yumasnowbirds.com
(/etc/httpd/conf/httpd.conf:1093)
216.186.190.101:80     is a NameVirtualHost
         default server www.unitfaces.com (/etc/httpd/conf/httpd.conf:1017)
         port 80 namevhost www.unitfaces.com (/etc/httpd/conf/httpd.conf:1017)
216.186.190.101:443    is a NameVirtualHost
         default server www.unitfaces.com (/etc/httpd/conf/httpd.conf:997)
         port 443 namevhost www.unitfaces.com (/etc/httpd/conf/httpd.conf:997)
wildcard NameVirtualHosts and _default_ servers:
_default_:443          www.unitfaces.com (/etc/httpd/conf.d/ssl.conf:81)
Syntax OK

Checkout the bottom entry (wildcard NameVirtualHosts and _default_ servers:)

i did not even think about this separate file. I have always put my
ssl vert hosts in the httpd.conf

thanks everyone for your help

this one was freaking me out

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to