mass ip virtual host & mod_ssl?

mass ip virtual host & mod_ssl?

am 19.02.2003 00:09:38 von Ray a PowerWeb Tech

is it possible using either mod_rewrite, mod_vhosts_alias or some trick i=
n=20
mod_ssl to have multiple virtual hosts by ip address

was thinking something like=20
# get the server name from the Host: header
UseCanonicalName Off

# this log format can be split per-virtual-host based on the first field
LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
CustomLog logs/access_log vcommon

# include the server name in the filenames used to satisfy requests
VirtualDocumentRoot /www/hosts/%0/docs
VirtualScriptAlias /www/hosts/%0/cgi-bin

as per=20
http://httpd.apache.org/docs/vhosts/mass.html#ipbased

but some of the domains have SSL, and it doesn't seem like this will cove=
r it=20
as is. how do i setup a folder for keys that will be used?
ie /www/certs/%0.key
or does it automagicly pick the correct key for the ip/domain?


--=20
Eternity is a terrible thought. I mean, where's it going to end?
-- Tom Stoppard
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: mass ip virtual host & mod_ssl?

am 23.02.2003 17:01:45 von Mads Toftum

On Tue, Feb 18, 2003 at 05:09:38PM -0600, Ray a PowerWeb Tech wrote:
> is it possible using either mod_rewrite, mod_vhosts_alias or some trick in
> mod_ssl to have multiple virtual hosts by ip address
>
No, that is not possible.

vh

Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org