Re: [users@httpd] NameVirtualHost fails

2022-07-07 Thread Daniel Ferradal
Yes, and that config is a good compendium of bad advice and deprecated directives. El mié, 6 jul 2022 14:28, Frank Gingras escribió: > Paul, > > Not sure how your example helps with the OP issue at all. > > On Wed, 6 Jul 2022 at 06:40, Paul Kudla (SCOM.CA Internet Services Inc.) < > p...@scom.c

Re: [users@httpd] NameVirtualHost fails

2022-07-06 Thread Frank Gingras
Paul, Not sure how your example helps with the OP issue at all. On Wed, 6 Jul 2022 at 06:40, Paul Kudla (SCOM.CA Internet Services Inc.) < p...@scom.ca> wrote: > > this is how my ssl, vhosts, redirects are setup maybe this will help > > note any ssl website name MUST equal a valid certificate or

RE: [users@httpd] NameVirtualHost fails [EXT]

2022-07-06 Thread James Smith
Lets encrypt is reliable from our point of view - never had an issue with it - we occasionally have issues when renewing certs - we have about 90 of them - but that is mainly with the "fake-manual" process of updating DNS which is not 100% reliable with the changes we make. In use speed should

Re: [users@httpd] NameVirtualHost fails

2022-07-06 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
this is how my ssl, vhosts, redirects are setup maybe this will help note any ssl website name MUST equal a valid certificate or you will get a cert mismatch error !! granted there are several cert authorities (free ssl etc) i have found its just easier to get a resale account (lots of prov

Re: [users@httpd] NameVirtualHost fails

2022-07-05 Thread jnil...@jala.com
;mailto:thu...@apache.org>> wrote: >> >> That is one assumption, sure. Best to have the user run apachectl -S to >> confirm. For all we know, they could have defined invalid vhosts. >> >> On Thu, 30 Jun 2022 at 16:54, > <mailto:free...@videotron.eu>> wrote: >&

Re: [users@httpd] NameVirtualHost fails

2022-07-02 Thread Frank Gingras
virtual hosts. You are allowed one host >> but you can have many virtual hosts. Secondly, you should be using Leap >> 15.4, it sounds like you are out of date, sorry to say. >> >> >> >> If you go to your httpd.conf file then you will notice that there is a &

Re: [users@httpd] NameVirtualHost fails

2022-07-01 Thread jnil...@jala.com
> > De : jnil...@jala.com <mailto:jnil...@jala.com> <mailto:jnil...@jala.com>> > Envoyé : jeudi 30 juin 2022 16:28 > À : users@httpd.apache.org <mailto:users@httpd.apache.org> > Objet : [users@httpd] NameVirtualHost fails > > > > I'm using

Re: [users@httpd] NameVirtualHost fails

2022-06-30 Thread Frank Gingras
> > > *De :* jnil...@jala.com > *Envoyé :* jeudi 30 juin 2022 16:28 > *À :* users@httpd.apache.org > *Objet :* [users@httpd] NameVirtualHost fails > > > > I'm using SUSE Leap 15.3 and apache2. I'm trying to get SSL to work on > two hosts with the same IP a

RE: [users@httpd] NameVirtualHost fails

2022-06-30 Thread freebsd
#include virtual hosts.conf httpd-vhosts.conf so uncomment it remove the # De : jnil...@jala.com Envoyé : jeudi 30 juin 2022 16:28 À : users@httpd.apache.org Objet : [users@httpd] NameVirtualHost fails I'm using SUSE Leap 15.3 and apache2. I'm trying to get SSL to work on two

Re: [users@httpd] NameVirtualHost fails

2022-06-30 Thread Eric Covener
On Thu, Jun 30, 2022 at 4:28 PM jnil...@jala.com wrote: > > I'm using SUSE Leap 15.3 and apache2. I'm trying to get SSL to work on two > hosts with the same IP address. My vhosts.config is set for the two hosts but > only one actually runs. When I run systemctl status apache2.service I get a

[users@httpd] NameVirtualHost fails

2022-06-30 Thread jnil...@jala.com
I'm using SUSE Leap 15.3 and apache2. I'm trying to get SSL to work on two hosts with the same IP address. My vhosts.config is set for the two hosts but only one actually runs. When I run systemctl status apache2.service I get a message that NameVirtualHost has no effect and will be removed. S