Httpd – Apache: graceful kill fail, sending SIGKILL. How much is too much

apache-2.2httpdloggingmod-fcgidprocess

On Apache/2.2.15, is it normal to have one or two "[warn] mod_fcgid: process XXXXX graceful kill fail, sending SIGKILL" per day? After all it's a warning, not an error.

Thanks

Best Answer

Other people have reported a similar issue with FCGID processes hanging and being unkillable in other systems, such as Wordpress and Sympa.

A suggested fix was to add the option

FcgidMaxRequestLen 1000000000

to the Apache configuration (default for this setting is 131072). I have not been able to verify this fixes the issue but there is anecdotal evidence to indicate that it does.