christopher hamilton wrote:
> 
> Hrm. When I came across named-based virtual host issues in the mod_ssl FAQ,
> I assumed RSE was referring to something like:
> 
>         <VirtualHost www.vhost.com>
>         ...
>         <VirtualHost www-two.vhost.com>
>         ...
> 
>         --- instead of ---
> 
>         <VirtualHost 1.2.3.4:443>
>         ServerName www.vhost.com
>         ...
>         <VirtualHost 1.2.3.4:443>
>         ServerName www-two.vhost.com
>         ...


There isn't any difference - if your two names resolve to the same IP
address (as in the first example) then you end up with the second
example. BTW the port number is 443 by default if you try https:

Rgds,
Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to