Re: [users@httpd] Apache logging format

2016-01-28 Thread Jim Jagielski
The standard format strings for data to log can be found at: http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats Is a 403 status code good enough for what you want regarding failure? > On Jan 28, 2016, at 12:38 PM, K R wrote: > > Is there a way to capture user login use

Re: [users@httpd] Apache logging format

2016-01-28 Thread K R
we are using SAML . On Thu, Jan 28, 2016 at 11:52 AM, Richard < lists-apa...@listmail.innovate.net> wrote: > > > > Date: Thursday, January 28, 2016 09:38:47 -0800 > > From: K R > > > > Is there a way to capture user login user login failure in > > Apache logs. > > > > TIA > > > What are you

Re: [users@httpd] Apache logging format

2016-01-28 Thread Richard
> Date: Thursday, January 28, 2016 09:38:47 -0800 > From: K R > > Is there a way to capture user login user login failure in > Apache logs. > > TIA What are you using for your authentication method/access control - http-basic, application-specific, something else? -

[users@httpd] Apache logging format

2016-01-28 Thread K R
Is there a way to capture user login user login failure in Apache logs. TIA