On Tue, 8 Dec 1998, Ralf S. Engelschall wrote:
> > <VirtualHost 192.75.244.134:80>
> > DocumentRoot /usr/local/www/data
> > ServerName oscar.cprost.sfu.ca
> > ErrorLog /var/log/httpd-error-oscar.log
> > CustomLog /var/log/httpd-access-oscar.log combined
> > SSLDisable
> > </VirtualHost>
> >
> > <VirtualHost 192.75.244.134:443>
> > DocumentRoot /usr/local/www/data
> > ServerName oscar.cprost.sfu.ca
> > SSLEngine on
> > SSLCertificateFile /usr/local/etc/apache/ssl.crt/mycrt.crt
> > SSLCertificateKeyFile /usr/local/etc/apache/ssl.key/mykey.key
> > SSLVerifyClient none
> > SSLLogFile /var/log/httpd-ssl.log
> > CustomLog /var/log/httpd-access-oscarSSL.log "%t %h %{version}c %{cipher}c %
>ErrorLog /var/log/httpd-error-oscarSSL.log
> > </VirtualHost>
>
> A few facts:
>
> 2. As long as you only have the above vhosts for the IP
> 192.75.244.134 it will work, of course. The problem with name-based virtual
> hosting pays a role only when you have more than one server with the _same_
> IP _AND_ port. In your case the two vhosts are different: they use a
> different port.
I have multiple virtual hosts (8) using the same ip but I really will
only use one (or maybe two) of these with SSL. Will SSL work in a mixed
name-based and ip-based environment. I was thinking that I would add
another ip (or 2) to my machine and use name-base virtual hosts for the
domains that do not require SSL and use ip-based virtual hosts for the
domains that require ssl. Does this sound reasonable? More importantly
ill it work?
Thanks
/Paul
> Ralf S. Engelschall
> [EMAIL PROTECTED]
> www.engelschall.com
> ______________________________________________________________________
> Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
> Official Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]