On Fri, 9 Mar 2001, Chong, Arthur wrote:
> In the scenario you implemented with "Tomcat and JSPs and servlets and
> all..."
> do you actually support different virtual hosts with specific directories
> that are secure using the "redirects from non-secure area to secure
> area"...?
>
> How would you handle different certificates for the different virtual
> domains? Is that do-able too?
In the particular site I am migrating, no, we are not using virtual hosts
in the sense that we are using multiple domains. I have two _default_
virtual host sections, one listening on port 443 for SSL, and one
listening on port 80 to handle the redirects. Putting the redirects in
the main server section doesn't work for redirections because it just
sends the request into an endless redirection loop.
You should be able to do multiple virtual hosts (besides the default) as
long as they are IP-based and not name-based virtual hosts. You just have
configure configure SSL independently for each one.
See http://www.modssl.org/docs/2.6/ssl_faq.html#ToC46
-- Brett
http://www.chapelperilous.net/~bmccoy/
------------------------------------------------------------------------
I remember Ulysses well... Left one day for the post office to mail a letter,
met a blonde named Circe on the streetcar, and didn't come back for 20 years.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]