You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Marcos R. Cardoso" <mc...@furb.br> on 2006/06/05 21:33:08 UTC

[users@httpd] VirtualHost

Somehow I'm not managing to make my Apache 2.0.54 work with OpenSSL 
0.9.8b in a Win 2003 Server 100% correctly.

If I include the VirtualHost directive in the http.conf the Apache 
doesn't start and Windows Events List gives me the following message:
[warn] VirtualHost myDomain:443 overlaps with VirtualHost myDomain:443, 
the first has precedence, perhaps you need a NameVirtualHost directive

But if I use the NameVirtualHost directive (like "NameVirtualHost 
myDomain" or "NameVirtualHost myDomain:443"), Apache keep on not 
starting and the Events List gives me the message that "It's usually 
allowed socket address only once" (I can't put the original message 
since it's in Portuguse, so it's barely translated to English).

But the interesting part is that, even not using a virtual host, Apache 
starts normally and I can use https connection using the certificates 
that I generated temporarily, eve if it's not specified in the 
http.conf. I don't know if my Web Server is working in a proper way, so 
I would like some help on it.


TIA,

-- 
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] VirtualHost

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Charlie Moher wrote:
 > Please remove me from your mailing list immediately. Thank you.

Please follow the directions to remove yourself.

 > ---------------------------------------------------------------------
 > 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: users-unsubscribe@httpd.apache.org
 >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
 > For additional commands, e-mail: users-help@httpd.apache.org
 >
 >
 >

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] VirtualHost

Posted by Charlie Moher <cm...@hotmail.com>.
Please remove me from your mailing list immediately. Thank you.


>From: "Bill Angus" <md...@psychtest.com>
>Reply-To: users@httpd.apache.org
>To: <us...@httpd.apache.org>
>Subject: Re: [users@httpd] VirtualHost
>Date: Mon, 5 Jun 2006 12:54:21 -0700
>
>Even with the latest version of Apache SSL service (i.e. on port 443) and 
>name-based-virtual-hosting, do not co-exist. At least not in the Windows 2k 
>environment we have. Since you can have either name-based hosting on port 
>80 - or an SSL server.... one solution is to establish 2 apache instances 
>(one serving name-based hosting on port 80, the other serving SSL on port 
>443).
>
>----- Original Message -----
>   From: Marcos R. Cardoso
>   To: users@httpd.apache.org
>   Sent: Monday, June 05, 2006 12:33 PM
>   Subject: [users@httpd] VirtualHost
>
>
>   Somehow I'm not managing to make my Apache 2.0.54 work with OpenSSL
>   0.9.8b in a Win 2003 Server 100% correctly.
>
>   If I include the VirtualHost directive in the http.conf the Apache
>   doesn't start and Windows Events List gives me the following message:
>   [warn] VirtualHost myDomain:443 overlaps with VirtualHost myDomain:443,
>   the first has precedence, perhaps you need a NameVirtualHost directive
>
>   But if I use the NameVirtualHost directive (like "NameVirtualHost
>   myDomain" or "NameVirtualHost myDomain:443"), Apache keep on not
>   starting and the Events List gives me the message that "It's usually
>   allowed socket address only once" (I can't put the original message
>   since it's in Portuguse, so it's barely translated to English).
>
>   But the interesting part is that, even not using a virtual host, Apache
>   starts normally and I can use https connection using the certificates
>   that I generated temporarily, eve if it's not specified in the
>   http.conf. I don't know if my Web Server is working in a proper way, so
>   I would like some help on it.
>
>
>   TIA,
>
>   --
>   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: users-unsubscribe@httpd.apache.org
>      "   from the digest: users-digest-unsubscribe@httpd.apache.org
>   For additional commands, e-mail: users-help@httpd.apache.org
>

_________________________________________________________________
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] VirtualHost

Posted by Bill Angus <md...@psychtest.com>.
Even with the latest version of Apache SSL service (i.e. on port 443) and name-based-virtual-hosting, do not co-exist. At least not in the Windows 2k environment we have. Since you can have either name-based hosting on port 80 - or an SSL server.... one solution is to establish 2 apache instances (one serving name-based hosting on port 80, the other serving SSL on port 443). 

----- Original Message ----- 
  From: Marcos R. Cardoso 
  To: users@httpd.apache.org 
  Sent: Monday, June 05, 2006 12:33 PM
  Subject: [users@httpd] VirtualHost


  Somehow I'm not managing to make my Apache 2.0.54 work with OpenSSL 
  0.9.8b in a Win 2003 Server 100% correctly.

  If I include the VirtualHost directive in the http.conf the Apache 
  doesn't start and Windows Events List gives me the following message:
  [warn] VirtualHost myDomain:443 overlaps with VirtualHost myDomain:443, 
  the first has precedence, perhaps you need a NameVirtualHost directive

  But if I use the NameVirtualHost directive (like "NameVirtualHost 
  myDomain" or "NameVirtualHost myDomain:443"), Apache keep on not 
  starting and the Events List gives me the message that "It's usually 
  allowed socket address only once" (I can't put the original message 
  since it's in Portuguse, so it's barely translated to English).

  But the interesting part is that, even not using a virtual host, Apache 
  starts normally and I can use https connection using the certificates 
  that I generated temporarily, eve if it's not specified in the 
  http.conf. I don't know if my Web Server is working in a proper way, so 
  I would like some help on it.


  TIA,

  -- 
  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: users-unsubscribe@httpd.apache.org
     "   from the digest: users-digest-unsubscribe@httpd.apache.org
  For additional commands, e-mail: users-help@httpd.apache.org