Re: nginx modules

2018-12-30 Thread Nico Kadel-Garcia
On Mon, Dec 31, 2018 at 12:53 AM Nathanael Noblet wrote: > > So you replaced the entire NGINX system rpm with yours + the module? There’s > no other way to get this stuff in Fedora/EPEL? > > — > Nathanael There are other methods, but this worked well., but this kept the core source components in

Re: nginx modules

2018-12-30 Thread Nathanael Noblet
So you replaced the entire NGINX system rpm with yours + the module? There’s no other way to get this stuff in Fedora/EPEL? — Nathanael > On Dec 27, 2018, at 3:41 PM, Nico Kadel-Garcia wrote: > > You’re right, nginx modules require the nginx source code. The last time I > did

Re: nginx modules

2018-12-27 Thread Nico Kadel-Garcia
You’re right, nginx modules require the nginx source code. The last time I did one, I wound up building my own nginx SRPM, built much like different versions of mysql or Mariadb have been published to live in the same system locations, different rpm names, with Provedes and Requires and

nginx modules

2018-12-27 Thread Nathanael Noblet
Hello, I recently wanted to add a modsecurity nginx module but in researching how to build modules for nginx it seems you need the sources (not devel/headers) of nginx and then build from the nginx source directory. Is that correct? It does seem that there aren’t any of the 3rd party nginx