On 10/19/06, Boyle Owen <[EMAIL PROTECTED]> wrote:

Move all the SSL certificate directives for this site in here, then it
should work.

As soon as you start using virtual hosts, give up the idea of a "default
server" and put all directives in a VH container for each server...

That might be the problem.  Although, in theory, config directives in
the "default server" (main server config) should inherit into the
vhosts if not overriden.

Another possibility is that you haven't properly configured port-based
vhosting.  Instead of <VirtualHost *:443> you should be using
<VirtualHost _default_:443> and similarly for the other.  The "*" is
only used in name-based virtual hosting.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to