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 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 192.168.0.93:80 has no

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

2010-06-06 Thread Joost Heer, de
>NameVirtualHost your-physical-ip7:80 >NameVirtualHost your physical-ip:443 ... > The name after VirtualHost should match the name after NameVirtualHost, so this example is wrong, and should be Joost - The official User-To-U

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 we

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 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 documentation on http://httpd.

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

2010-06-06 Thread bma srcds
gle-ip-address-62059501.htm > > > In web hosting environment, one certificate used for single domain and > other sites are using by /sitename etc.. but if we use Apache 2.2.12 version > we can install multiple Certificates for multiple Domains. > > > Regards, > Manoj >

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

2010-06-06 Thread Jeff Shearer
oj Samtani" [manoj.kuma...@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-a

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

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?

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

2010-06-06 Thread Manoj Samtani
From: cove...@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 wrote: > > [Sat Jun 05 15:51:21 2010] [warn] VirtualHost fqdn1.com:80 overlaps wi

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 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 host I have until

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

2010-06-05 Thread Jeff Shearer
rt" SSLCertificateKeyFile "/files/server.key" -Original Message- From: "Duane Winner" [du...@duanewinner.net] Date: 06/04/2010 03:23 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts On Fri, Ju

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 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 as the virtual addresses server ip-based virtual hosts. > I read about