RE: Virtual Hosting Problem

2002-07-29 Thread Boyle Owen

From: Danalien [mailto:[EMAIL PROTECTED]]

As I know, you can only bind one uniqe ip to one SSL virtual host.

not quite - see below..

and from what I have read, you can't use name-based SSL 
virtual host(s) either,
as a work around.

Mostly right, but with one privisio: You cannot do name-based VHs with SSL but you can 
have many SSL port-based VHs on ONE IP address..

To understand why - Because in SSL the contents of the TCP/IP packets are encrypted, 
you can only use external TCP/IP attributes (i.e. IP address and port number) to route 
the packets. For name-based VHing, you need access to the Host header which is an HTTP 
attribute (i.e. it is inside the TCP/IP packet). This is visible in plain HTTP but not 
visible in SSL.


(48)Address already in use: make_sock: could not bind to 
address [::]:447
no listening sockets available, shutting down

This usually means that some other process is already using port 447. Check 
/etc/services for a list of pre-defined ports, also verify that you have completely 
killed all other instances of apache which may have been blocking the port (ps -ef ¦ 
grep httpd).

Rgds,

Owen Boyle
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Virtual Hosting Problem

2002-07-28 Thread Danalien

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi.

As I know, you can only bind one uniqe ip to one SSL virtual host.

and from what I have read, you can't use name-based SSL virtual host(s) either,
as a work around.




please correct me if I'm misstaking, anyone, I am only using 1.3.24.


I have tried to configure a port-based virtual hosts with the following 
ports:

443
444
445
446
447

Is there a better how-to than on the apache site?  I'm using apache 
2.0.39 and would like to see an example.  I follow the text and keep 
getting the same error message.  Keep in mind that port is not used by 
anything other than apache.

(48)Address already in use: make_sock: could not bind to address [::]:447
no listening sockets available, shutting down

Thanks in advance.

J
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]





//   with regards
//   ID ::  danalien  ::  [EMAIL PROTECTED]

PGP Public Key Fingerprint: C891 D3A1 427A A5E7  449F B19E 1E85 A109

-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its 
affiliated companies.

iQA/AwUBPUQ//h6FoQlEaqKIEQK8ZACeMM07biD1FPAyCWWlqcnPeNb4E8cAoK6s
GOZZ9Zo6ZUvRDv9P4S0IV3sJ
=R1z6
-END PGP SIGNATURE-


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Virtual Hosting problem

2000-09-08 Thread James Treworgy

RTFA ;-)

Virtual hosting does not work with SSL. Each site must have its own IP.

Jamie

At 12:10 PM 9/8/00, Thomas E. Ruth wrote:
Hello,

I have a little but I found that I'd like to report.

I am using the NameVirtualHost facility of Apache together with SSL. The
problem comes with the environment variable DOCUMENT_ROOT that Apache is
setting.
...

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]