On Mon, Apr 16, 2012 at 4:34 PM, Mikhail T. <mi+t...@aldan.algebra.com> wrote:
> If the SSL-certificate is the same for all named vhosts configured for the
> given IP-address/port-number combination, why can not the vhosts have
> different DocumentRoots and other settings?
>
> Thank you. Yours,
>
>   -mi
>

They can. Excerpt from my httpd.conf:

NameVirtualHost *:443

<VirtualHost *:443>
    ServerName rc.xxxxxx.com
    SSLEngine on
    SSLCertificateFile /etc/ssl/star.xxxxxx.com/apache.crt
</VirtualHost>

<VirtualHost *:443>
    ServerName sab.xxxxxx.com
    SSLEngine on
    SSLCertificateFile /etc/ssl/star.xxxxxx.com/apache.crt
</VirtualHost>

<VirtualHost *:443>
    ServerName svn.xxxxxx.com
    SSLEngine on
    SSLCertificateFile /etc/ssl/star.xxxxxx.com/apache.crt
</VirtualHost>

Cheers

Tom

Reply via email to