[EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-08-28 Thread bfb21
I have an apache 1.3x server which utilizes SSL. Lets say the name is www.myserver1.com. I use apachectl startssl to start the server, and can access it using https://www.myserver1.com. Now I have a second virtual server named www.myserver2.com using the same IP, which I want to secure. When I a

Re: [EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-08-28 Thread Krist van Besien
On Thu, Aug 28, 2008 at 17:46, <[EMAIL PROTECTED]> wrote: > How do you secure a second virtual host with an SSL certificate, so I can then > access https://www.myserver2.com? The usual answer to this question is: You can't. See: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 There is

Re: [EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-08-29 Thread Joseph S D Yao
On Fri, Aug 29, 2008 at 08:11:24AM +0200, Krist van Besien wrote: > On Thu, Aug 28, 2008 at 17:46, <[EMAIL PROTECTED]> wrote: > > > How do you secure a second virtual host with an SSL certificate, so I can > > then > > access https://www.myserver2.com? > > The usual answer to this question is:

Re: [EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-08-31 Thread Sander Temme
On Aug 28, 2008, at 8:46 AM, [EMAIL PROTECTED] wrote: ^ This needs to be a different IP address from the one for www.myserver1.com . You'll also need a Listen statement for it (if you're not listening on all available IPs). ServerName www.myserver2.com

Re: [EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-09-03 Thread Matus UHLAR - fantomas
> On Aug 28, 2008, at 8:46 AM, [EMAIL PROTECTED] wrote: > > > On 31.08.08 11:25, Sander Temme wrote: > This needs to be a different IP address from the one for www.myserver1.com > . You'll also need a Listen statement for it (if you're not listening > on all available IPs). Actually, it only