> 
> Let's clarify what's happening: all that I'm trying is only 
> to set the 
> Web Server to work with SSL. And, as far as the documentation is 
> concerned, it's necessary to configure a VirtualHost to 
> listen on Port 
> 443, so you can establish a secure connection. But using the 
> VirtualHost 
> directive, Apache can't start and the following error message 
> is given:
> [warn] VirtualHost www.myDomain:443 overlaps with VirtualHost 
> www.myDomain:443, the first has precedence, perhaps you need a 
> NameVirtualHost directive

I understand you are being coy about your real domain name, but be advised you 
are actually making it harder for people to understand what's going on. It's 
not clear if the two instances of "myDomain" above are meant to be the same 
thing... ie, is the message:

[warn] VirtualHost www.abc.com:443 overlaps with VirtualHost www.xyz.com:443 
(abc and xyz are name-based VHs)

or

[warn] VirtualHost www.abc.com:443 overlaps with VirtualHost www.abc.com:443 
(VH config is repeated)

?

In any case, as Matthew says, there is probably another file that is being 
included into your config (look for "Include" directive).

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> But I only use the VirtualHost directive once! At least in 
> the http.conf 
> it's made once, is there somewhere else where the VirtualHost 
> is defined 
> besides the httpd.conf file?
> 
> 
> -- 
> Marcos R. Cardoso
> Seção de Processamento Técnico e Automação
> Sistema Integrado de Bibliotecas
> FURB - Blumenau
> (047) 3321-0660
> 
> 
> ---------------------------------------------------------------------
> 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]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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