Re: Help please

2020-01-28 Thread Richard Paul
does work however, so this looks like an issue with the IIS configuration to me. Also, this is a login form, I'd recommend that you get TLS set up on this (Let's Encrypt's certbot is free afterall). On Tue, 2020-01-28 at 14:11 +, Richard Paul wrote: It doesn't actually redir

Re: Help please

2020-01-28 Thread Richard Paul
It doesn't actually redirect to /wfc/ though, or rather your log lines show a 404 at /wfc Also, your log line says /wfc/logon not /wfc/htmlnavigator/logon GET /wfc GET /wfc/logon GET /wfcstatic/applications/wpk/html/scripts/cookie.js?version=8.1.6.2032 On Tue, 2020-01-28 at 14:03 +, Johan

Re: I'm about to embark on creating 12000 vhosts

2019-02-13 Thread Richard Paul
b/c a few of our larger customers whitelist ips and not domain names. which is why i have stayed with HAProxy. Jeff On Tue, Feb 12, 2019 at 4:04 AM Richard Paul mailto:rich...@primarysite.net>> wrote: Hi Jeff That's interesting, how do you manage the progamming to load the right ce

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
regards, Richard On Tue, 2019-02-12 at 09:56 +, Richard Paul wrote: Hi Lucas, Well that looks great. I've not looked at HAproxy too much, as I've not used it before other than during a switch over just prior to Christmas last year where rinetd couldn't cope with the incoming traf

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
kinds of deployments (if it’s not already done.. haven’t checked to be honest). Best Regards, From: nginx on behalf of Richard Paul Reply-To: "nginx@nginx.org" Date: Tuesday, 12 February 2019 at 10.04 To: "nginx@nginx.org" Subject: Re: I'm about to embark on creating

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
hy solutions like OpenResty exist (providing for dynamic config/cert service/hostname registration without having to worry about the time/expense of re-parsing the Nginx config). On Mon, Feb 11, 2019 at 7:59 AM Richard Paul mailto:rich...@primarysite.net>> wrote: Hi Ben, Thanks for the quick re

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
othingproductions.net>> wrote: FWIW, this kind of large installation is why solutions like OpenResty exist (providing for dynamic config/cert service/hostname registration without having to worry about the time/expense of re-parsing the Nginx config). On Mon, Feb 11, 2019

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
Hi Andreas, Good to hear that this is scaling well for you at this level. With regards to reload, you mean a reload rather than a restart I take it? We'll be load balanced and building these from config and deployment management systems so a long reload/restart is not the end of the world as we

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
Hi Jeff That's interesting, how do you manage the progamming to load the right certificate for the right domain coming in as the server name? We need to load the right certificate for the incoming domain and the 12000 figure is the number of unique vanity domains without the www. subdomains. W

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
Hi Rainer, We don't control all the DNS, so of our customers prefer to keep control in house for that stuff. Also, wildcards don't work for us in this case, they have individual vanity domains, sometimes more than one which are not wildcardable unless I could get something like *.*.co.uk 😄. Ki

Re: I'm about to embark on creating 12000 vhosts

2019-02-12 Thread Richard Paul
FWIW, this kind of large installation is why solutions like OpenResty exist (providing for dynamic config/cert service/hostname registration without having to worry about the time/expense of re-parsing the Nginx config). On Mon, Feb 11, 2019 at 7:59 AM Richard Paul mailto:rich...@primarysite.n

Re: I'm about to embark on creating 12000 vhosts

2019-02-11 Thread Richard Paul
Hi Ben, Thanks for the quick response. That's great to hear, as we'd only get to find this out after putting rather a lot of effort into the process. We'll be hosting these on cloud instances but since those aren't the fastest machines around I'll take the reloading as a word of caution (we're p