[users@httpd] Options for characterizing module CPU consumption

2019-08-01 Thread Mark Blackman
Hi, What options do I have for characterizing, on a per-prequest basis, how much CPU and/or clock time is consumed by each Apache module in request processing? Regards, Mark --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have

Re: [users@httpd] Using server variables in CustomLog Directives

2019-08-01 Thread Ori Liel
I've solved the problem by doing it a different way: CustomLog logs/my_log common "expr=%{QUERY_STRING} !~ /username.*password|password.*username/ On Thu, Aug 1, 2019 at 9:47 AM Ori Liel wrote: > > > On Mon, Jul 29, 2019 at 3:13 PM Eric Covener wrote: > >> On Mon, Jul 29, 2019 at 7:56 AM Or