On Mon, Jul 17, 2000 at 04:06:55PM -0500, Adrian Stovall wrote:
> I would appreciate it if someone could see their way clear to send me an
> example httpd.conf with SSL-enabled virtual hosts (via port or IP). I have
> a non-working setup that I previously posted that I'm still trying to
> troubleshhot. I have seperate certs for 3 sites in a particular domain, and
> am not interested in wildcard certs at this point. An example httpd.sonf
> would help a lot.
I must be too tired to find it, because I can't find anything that tells me
more about what your problem is, when I search the archive.
You actually do get an example httpd.conf when you install mod_ssl (unless there
already is a httpd.conf). You could also look at the mod_ssl patch to the default
httpd.conf:
http://www.modssl.org/source/cvs/exp/mod_ssl/pkg.mod_ssl/pkg.sslcfg/sslcfg.patch?rev=1.175&hideattic=1&sortbydate=0
So to add a new SSL vhost, you would need to copy the section from:
<VirtualHost _default_:443>
... to
</VirtualHost>
Then change _default_:443 to what it should be and adjust where certificates, keys and
docroot are placed and change the servername.
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 [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]