Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-19 Thread Scott Gifford
On Tue, Jan 19, 2010 at 6:55 AM, Nilesh Govindarajan wrote: > > Oops. My bad. SSL protocol doesn't give the Host: header. So apache can't > decide which Vhost to serve (from apache docs :D). > Though SSL doesn't itself provide a Host: header, the HTTP session on top if it still does, so if you ca

Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-19 Thread dinar qorbanof
hello. 2010/1/19 Nilesh Govindarajan : > . > > Oops. My bad. SSL protocol doesn't give the Host: header. So apache can't > decide which Vhost to serve (from apache docs :D). > >.. i think may be apache could if coded little other way, may be more correctly. i have written about that in bu

Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-19 Thread Nilesh Govindarajan
On 01/19/2010 01:32 PM, Igor Cicimov wrote: As far as i know apache doesnt support name virtual hosting up to 2.2.13 or 2.2.14 not exactly sure. And after that supports it but only with SII. On Jan 19, 2010 6:41 PM, "Nilesh Govindarajan" mailto:li...@itech7.com>> wrote: On 01/19/2010 12:52 PM,

Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-19 Thread Edgar Frank
> 2010/01/19 Edgar Frank > > 2010/01/19 Nasir Zia > > can anyone tell me can i run my two different SSL domains ex: > > abc.com and xyz.com on one IP address or i need second IP > > address to the server. > > what you're looking for is an Apache >= 2.2.12 and an > SNI-enabled mod_ssl. Oh, I meant

Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-19 Thread Edgar Frank
> 2010/01/19 Nasir Zia > can anyone tell me can i run my two different SSL domains ex: > abc.com and xyz.com on one IP address or i need second IP > address to the server. Hi Nasir, what you're looking for is an Apache >= 2.2.12 and an SNI-enabled mod_ssl. This also imposes restrictions on used

Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-19 Thread Igor Cicimov
I mean SSL name virtual hosts... On Jan 19, 2010 7:02 PM, "Igor Cicimov" wrote: As far as i know apache doesnt support name virtual hosting up to 2.2.13 or 2.2.14 not exactly sure. And after that supports it but only with SII. > > On Jan 19, 2010 6:41 PM, "Nilesh Govindarajan" wrote: > > On 01

Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-19 Thread Igor Cicimov
As far as i know apache doesnt support name virtual hosting up to 2.2.13 or 2.2.14 not exactly sure. And after that supports it but only with SII. On Jan 19, 2010 6:41 PM, "Nilesh Govindarajan" wrote: On 01/19/2010 12:52 PM, Nasir Zia wrote: > > > Hi, > > can anyone tell me can i run my two dif

Re: [us...@httpd] can we run two SSL domains on one IP

2010-01-18 Thread Nilesh Govindarajan
On 01/19/2010 12:52 PM, Nasir Zia wrote: Hi, can anyone tell me can i run my two different SSL domains ex: abc.com and xyz.com on one IP address or i need second IP address to the server. Also please brief on this as if i run 5 sites on one server should i need

[us...@httpd] can we run two SSL domains on one IP

2010-01-18 Thread Nasir Zia
Hi, can anyone tell me can i run my two different SSL domains ex: abc.com and xyz.com on one IP address or i need second IP address to the server. Also please brief on this as if i run 5 sites on one server should i need 5 IP addresses. Is their any appropriate solution to this. Regards Nasir