Re: [users@httpd] Re: Logging issues with custom Apache2 module

2019-02-06 Thread Tom Noonan
This was the bit I was missing! Thanks! --Tom Noonan II On Wed, Feb 6, 2019 at 3:45 PM Eric Covener wrote: > On Wed, Feb 6, 2019 at 3:38 PM Tom Noonan wrote: > > > > Good afternoon: > > > > I've written a custom Apache2 module and I'm having some d

[users@httpd] Re: Logging issues with custom Apache2 module

2019-02-06 Thread Tom Noonan
t working and that I'm getting some part of the module API wrong. However, I reviewed https://httpd.apache.org/docs/2.4/developer/modguide.html and I simply don't see my error. The source of my module is here: https://github.com/Root-App/mod_proxy_jwt_auth/blob/master/mod_proxy_jwt_auth.c Can anyone advise? Thanks! --Tom Noonan II >