Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread J. Bakshi
Davide Bianchi wrote: > J. Bakshi wrote: > >> Hello Davide, >> >> I have no problem to use the same certificate because this is a test >> server. I am really eager to know how to achieve this and I am using >> name based vhost here. >> >> Please enlighten me. >> > > The same way you do with

Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread Davide Bianchi
J. Bakshi wrote: > Hello Davide, > > I have no problem to use the same certificate because this is a test > server. I am really eager to know how to achieve this and I am using > name based vhost here. > > Please enlighten me. The same way you do with non-SSL VHosts, only, you have to add SSL sp

Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread J. Bakshi
Davide Bianchi wrote: > J. Bakshi wrote: > >> I have already googled lot and found it is not possible to use the same >> port as https for all the virtual hosts. >> > > Yes it is. You can use different IP addresses, or you can just use one > ip address for all of them. What will happen in t

Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread Davide Bianchi
J. Bakshi wrote: > I have already googled lot and found it is not possible to use the same > port as https for all the virtual hosts. Yes it is. You can use different IP addresses, or you can just use one ip address for all of them. What will happen in this last case is that all the VHosts will us

[us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread J. Bakshi
Hello, I have already googled lot and found it is not possible to use the same port as https for all the virtual hosts. debian is an exception but I have not dig it as my server is based on suse. In one of my virtual host I have configured SSL for it by * Listen 443* and both http and https is r