At 10:28 06.09.2001 +0200, you wrote:
>That's the chicken and egg problem, you need a different IP
>for each SSL-based VirtualHost: 
>http://www.modssl.org/docs/2.8/ssl_faq.html#ToC47

I have actually managed to get this working with only one IP :)

Here's the settings from my conf file:

<IfDefine SSL>

### SSL servers

         NameVirtualHost *:443

         <VirtualHost _default_:443>
                 # Put all the host info for the default host in here
         </VirtualHost>

         <VirtualHost *:443>
                 ServerName              your.server.and.domain
                 # Then just fill in all the server info for that virtual host
         </VirtualHost>

         <VirtualHost *:443>
                 ServerName              your.other.server.and.domain
                 # Then just fill in all the server info for that virtual host
         </VirtualHost>

</IfDefine>

I think you have to put the _default_ virtual host in the top to get it 
working propperly...


___________________________________________________________________
  Are Hoel
  Mail: [EMAIL PROTECTED]                Snail: Grøm Studenthjem, 321
   UIN: 4620387                            N-4877 Grimstad
   Mob: +47 90724295                       Norway

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

Reply via email to