Bill Moran <[EMAIL PROTECTED]> wrote
> [EMAIL PROTECTED] wrote:
> > 
> > Is there any milage in having mod_ssl abort a start up if you try and 
configure
> > it with name based virtual hosting ?
> > 
> >       I don't even know if mod_ssl is able to determine this detail of
> >       configuration but since it's definitely not what you want to to do,
> >       failing to start and printing a link to the relevant FAQ might reduce 
some
> >       of the posts to this list ?
> 
> Why is it "not what you want to do"? You can still have named-based
> virtual hosts, but not in SSL mode.

Presumably its wouldnt complain about any name based stuff, only SSL
name-based stuff. Eg, if there is a section

<VirtualHost AA.BB.CC.DD:PP>
        ....
        SSLEngine on
        ...
</VirtualHost>

then die with an error if there is a

NameVirtualHost AA.BB.CC.DD:PP

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

Reply via email to