[us...@httpd] Betr.: Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-07 Thread Joost Heer, de
NameVirtualHost your-physical-ip7:80 NameVirtualHost your physical-ip:443 ... VirtualHost virtual.host.fqdn:80 The name after VirtualHost should match the name after NameVirtualHost, so this example is wrong, and should be VirtualHost your-physical-ip7:80 Joost

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-07 Thread Krist van Besien
On Sun, Jun 6, 2010 at 8:04 PM, Jeff Shearer j...@shearer-family.org wrote: I also carefully verified that my /etc/hosts include a fqdn for each of the VirtualHosts served from my development server.  Yet, I get the following error: [Sun Jun 06 14:02:11 2010] [warn] NameVirtualHost

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Manoj Samtani
...@gmail.com To: users@httpd.apache.org Subject: Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts On Sat, Jun 5, 2010 at 4:08 PM, Jeff Shearer j...@shearer-family.org wrote: [Sat Jun 05 15:51:21 2010] [warn] VirtualHost fqdn1.com:80 overlaps with VirtualHost

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Jeff Shearer
this works. Thanks. -Original Message- From: Manoj Samtani [manoj.kuma...@hotmail.com] Date: 06/06/2010 10:20 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts Which Apache version are you using? Till now

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Manoj Samtani
multiple Certificates for multiple Domains. Regards,Manoj Date: Sun, 6 Jun 2010 13:29:26 -0400 CC: To: users@httpd.apache.org From: j...@shearer-family.org Subject: RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts Manoj, I am using 2.2.11. Hm

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Jeff Shearer
install multiple Certificates for multiple Domains. Regards, Manoj Date: Sun, 6 Jun 2010 13:29:26 -0400 CC: To: users@httpd.apache.org From: j...@shearer-family.org Subject: RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts Manoj, I am using 2.2.11

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread bma srcds
...@hotmail.com] Date: 06/06/2010 10:43 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts Look this link dear, http://www.zdnetasia.com/configure-apache-to-support-multiple-ssl-sites-on-a-single-ip-address-62059501

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Eric Covener
On Sun, Jun 6, 2010 at 2:04 PM, Jeff Shearer j...@shearer-family.org wrote: Thanks that's great news. I am still trying to resolve this error message I am getting.  Eric said I need to be certain that my NameVirtualHost and VirtualHost directives matched literally.  I reread the

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Dennis J.
On 06/06/2010 07:43 PM, Manoj Samtani wrote: Look this link dear, http://www.zdnetasia.com/configure-apache-to-support-multiple-ssl-sites-on-a-single-ip-address-62059501.htm In web hosting environment, one certificate used for single domain and other sites are using by /sitename etc.. but if

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-05 Thread Jeff Shearer
Directive - - - - Multiple SSL virtual hosts On Fri, Jun 4, 2010 at 6:10 PM, Jeff Shearer j...@shearer-family.org wrote: I have an Apache 2.2 server sitting on a box with one physical address and multiple virtual addresses.  The physical address servers my name-based virtual hosts where

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-05 Thread Eric Covener
On Sat, Jun 5, 2010 at 4:08 PM, Jeff Shearer j...@shearer-family.org wrote: [Sat Jun 05 15:51:21 2010] [warn] VirtualHost fqdn1.com:80 overlaps with VirtualHost fqdn2.com:80, the first has precedence, perhaps you need a NameVirtualHost directive This is repeated for every name-based virtual

[us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-04 Thread Jeff Shearer
I have an Apache 2.2 server sitting on a box with one physical address and multiple virtual addresses. The physical address servers my name-based virtual hosts where as the virtual addresses server ip-based virtual hosts. I read about the NameVirtualHost directive and tried to implement it

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-04 Thread Duane Winner
On Fri, Jun 4, 2010 at 6:10 PM, Jeff Shearer j...@shearer-family.orgwrote: I have an Apache 2.2 server sitting on a box with one physical address and multiple virtual addresses. The physical address servers my name-based virtual hosts where as the virtual addresses server ip-based virtual