Hi Andrei,2017-06-16 15:23 GMT+02:00 Andrei Ivanov <andrei.ivanov@xxxxxxxxx>:Hi,// if _expression_ is false, log details about the request and maybe the SSL certificate to syslog
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_>"</Location>
I've searched around, but I can't find how I could do that.sorry for what might be trivial, but have you tried <If expr> etc..</If> ?Luca