Re: Installing dynamic modules when Nginx itself is installed via yum/dnf (Linux)

2021-01-07 Thread Phoenix Kiula
Just to add to this, despite having compiled it inside a freshly downloaded folder of nginx 1.18.0, somehow it seems the modules were compiled with 1.16.1? How does this happen? # nginx -t nginx: [emerg] module "/usr/share/nginx/modules/ngx_http_security_headers_module.so" version 1016001 instea

Re: Installing dynamic modules when Nginx itself is installed via yum/dnf (Linux)

2021-01-07 Thread Phoenix Kiula
Thank you. So I tried this. It's not as straightforward as it sounds. Many issues with the ./configure step. If I include the "nginx -V" compile options from my dnf repo install, it gives this stuff below, to which I add the "--add-compat" with the modules to add (last four lines)-- ./configure

Re: Installing dynamic modules when Nginx itself is installed via yum/dnf (Linux)

2021-01-07 Thread Miguel C
On Wed, Jan 6, 2021, 22:31 Phoenix Kiula wrote: > Thank you Miguel. But you misunderstood the question. This suggestion... > > > >> nginx blog as a great guide on it though >> https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus/ >> >> > > > ...misses the very first question in this th