Anybody? Can this be done in some way? On Fri, Jun 16, 2017 at 4:23 PM, Andrei Ivanov <andrei.iva...@gmail.com> wrote:
> Hi, > Now that I've managed to configure my 'require' directive, I have a > requirement to log some details to syslog in case the request is not > authorized. > > <Location /> > Require expr "<some expression>" > // if expression is false, log details about the request and maybe > the SSL certificate to syslog > </Location> > > I've searched around, but I can't find how I could do that. > > Please help. > > Thank you >