Addressed to: [EMAIL PROTECTED]
"Steve Fairhead" <[EMAIL PROTECTED]>
** Reply to note from "Steve Fairhead" <[EMAIL PROTECTED]> Tue, 16 May 2000
00:43:19 +0100
>
> LENGLART Benjamin [[EMAIL PROTECTED]] said:
>
> >> place a SSLCertificateKeyfile and a SSLCertificatePrivateKey (must look
> like that, not sure of the grammar) in each of your virtual host ...
> (the good one naturally) Woops it works !!! <<
>
> .... but mustn't they also be IP-based rather than name-based?
>
That is a reccomendation, not a requirement. The reason for it, I
belive is to allow the web server to start even if DNS is not operating.
(For example if all your servers go down in a power failure and the DNS
server takes longer to boot than the web server.) IP based VirtualHost
entries will still work, name based entries will go thru slow, painful
DNS lookup attempts, and finaly fail. (After about 30 sec for each
VirtualHost.)
There are other alternatives like adding the names to /etc/hosts or
running a slave DNS server on the web server to make sure there is
something to answer the DNS requests as Apache starts. Or you can do it
the easy way and just list the IP addresses in httpd.conf. (Or where
ever you keep your virtual host declarations.)
Rick
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]