SSI configulations issues

2021-04-16 Thread tommys_project
Hi, I work on configuring for ssi on my environments but got errors like this once I check test.html with the following configulations: Updated on: (none) [an error occurred while processing the directive] Can you help me to fix the issues? OS: Linux 4.9.0 Debian 9 nginx version: 1.14.1

Re: HTTP/2 prioritization is intermittent and often ineffective

2021-04-16 Thread Maxim Dounin
Hello! On Fri, Apr 16, 2021 at 02:41:15PM -0300, Jader H. Silva wrote: > Hello all. > > I believe I am having a similar issue as the one explained in this ticket > https://trac.nginx.org/nginx/ticket/1763 (HTTP/2 prioritization is > intermittent and often ineffective). > > Are there any known w

HTTP/2 prioritization is intermittent and often ineffective

2021-04-16 Thread Jader H. Silva
Hello all. I believe I am having a similar issue as the one explained in this ticket https://trac.nginx.org/nginx/ticket/1763 (HTTP/2 prioritization is intermittent and often ineffective). Are there any known workarounds or is this issue still a WIP? -- Jader H. _

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Thomas Stephen Lee
Hi Andrei, You are right about RHEL 8. The OpenSSL update in RHEL OpenSSL comes within days of release by the OpenSSL people. But it takes a bit more time for CentOS 8. So we use this script for both RHEL and CentOS. Thanks --- Lee On Fri, Apr 16, 2021 at 3:41 PM Andrei Belov wrote: > > > > On

Re: nginx DNS doesn't update the upstream IP

2021-04-16 Thread kay
Thanks for the hint! I haven't worked with domain names in proxy_pass before and was sure that they're resolved dynamically. I changed the config to: set $upstream_var example.com; proxy_pass https://$upstream_var; Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291252,291286#msg-29128

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Andrei Belov
> On 16 Apr 2021, at 13:00, Thomas Stephen Lee wrote: > > Thanks a lot, Andrei. > > That worked well. > > I had the same problem in RHEL 8. > > below is the modified script for EL8 Glad to hear it's working for you now. Out of curiosity - in case of RHEL8, what's the point of rebuilding ng

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Thomas Stephen Lee
Thanks a lot, Andrei. That worked well. I had the same problem in RHEL 8. below is the modified script for EL8 --Script Start- OPENSSL="openssl-1.1.1k" NGINX_VERSION="1.19.10-1" rpm -ivh http://nginx.org/packages/mainline/centos/8/SRPMS/nginx-$NGINX_VERSION.el