Internal Server Error for one User

I have one user who keeps receiving an internal server error with the error code

[Wed Jan 31 10:43:25 2024] [fcgid:warn] [pid ###:tid ###] [client ###] mod_fcgid: error reading data, FastCGI server closed connection, referer: ###
[Wed Jan 31 10:43:25 2024] [fcgid:warn] [pid ###:tid ###] (32)Broken pipe: [client ###] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: ###

I’ve tried these fcgid configs.

    <IfModule mod_fcgid.c>
    FcgidMaxRequestLen 1073741824
    FcgidMaxRequestsPerProcess 100000
    FcgidProcessLifeTime 7200
    </IfModule>

Anyone know a fix?

Have you seen this description of the error that says its to do with the client (ie remote web browser) closing the connection early. Not much you can do about that at the server end.

I have seen that information but it’s only happening to one user and it just started today. I was hoping maybe there was a fix but I guess not.

Upgraded from 5.0.4 to 5.0.5 and that fixed the issue.