https://bz.apache.org/bugzilla/show_bug.cgi?id=61464
farhanz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from farhanz <[email protected]> --- Created attachment 35263 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35263&action=edit An optional configurable socket io timeout parameter patch file for mod_authnz_fcgi An optional configurable socket IO timeout parameter patch file for mod_authnz_fcgi. This patch could be used for extending the AuthnzFcgiDefineProvider directive to include an optional socket io timeout parameter. For e.g.: AuthnzFcgiDefineProvider AuthnzFcgiDefineProvider authnz my-fcgi-app fcgi://127.0.0.1:5555/ timeout=60 The above line sets the socket IO timeout to 60 secs. If no timeout is specified, then the standard HTTP request timeout applies. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
