On 11/28/06, Steve Swift <[EMAIL PROTECTED]> wrote:

What puzzles me is this:
The VirtualHost definition above seems to be working as SSL is finding the
Certificate File (otherwise how would SSL work at all?)
How is this VirtualHost definition working in conjunction with
"NameVirtualHost *:80" ?

It has no relation with the NameVirtualHost directive.  Notice that
NameVirtualHost applies to only the IP-Address:ports matching *:80 --
so it only affects port-80 hosts.  The SSL vhost is on port
_default_:443, meaning that it catches all IP addresses (not otherwise
mapped) on port 443.

Joshua.

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