Jump to content
Froxlor Forum
  • 0

Fehlermeldungen: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function


merowin

Question

Hi,

ansich läuft Froxlor super, aber mir ist aufgefallen es gibt bei den Webseiten laufend solche Fehlermeldungen in den Logs:

[Sun Mar 12 20:49:40.140204 2023] [fcgid:warn] [pid 8097] (32)Broken pipe: [client <ip>:11510] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Sun Mar 12 20:49:40.145276 2023] [fcgid:warn] [pid 8094] (32)Broken pipe: [client <ip>:3867] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Sun Mar 12 21:03:50.327207 2023] [fcgid:warn] [pid 9906] (104)Connection reset by peer: [client <ip>:43549] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Sun Mar 12 21:03:50.330098 2023] [fcgid:warn] [pid 9902] (104)Connection reset by peer: [client <ip>:43555] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

Ich dachte erst an Timeout oder so, aber das sind ganz normale Requests, die einfach sehr sporadisch fehlschlagen. Im Accesslog sind davor und danach normale 200er Requests, siehe zB die von 21:03:

<ip> - - [12/Mar/2023:21:03:49 +0100] "GET /thumbnail.php?p=pics/540.jpg&maxW=500&maxH=800 HTTP/1.1" 200 134894
<ip> - - [12/Mar/2023:21:03:49 +0100] "GET /thumbnail.php?p=pics/539.jpg&maxW=500&maxH=800 HTTP/1.1" 200 270443
<ip> - - [12/Mar/2023:21:03:49 +0100] "GET /thumbnail.php?p=pics/530.jpg&maxW=500&maxH=800 HTTP/1.1" 200 147727
<ip> - - [12/Mar/2023:21:03:49 +0100] "GET /thumbnail.php?p=pics/535.jpg&maxW=500&maxH=800 HTTP/1.1" 500 124
<ip> - - [12/Mar/2023:21:03:49 +0100] "GET /thumbnail.php?p=pics/530.jpg&maxW=500&maxH=800 HTTP/1.1" 500 124

Hat wer einen Ansatz?

Es ist Froxlor 2.0.13 auf Debian 10, PHP 7.4.33 mit FCGID, aber ist auch schon bei PHP 7.3 (Debian Default-Install) aufgetreten.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

ad 1) Die o.g. Requests dauern normalerweise weniger als 1s, denke da würde eine höhere max_execution_time nicht helfen. (Zumal das eine eigene PHP Fehlermeldung produzieren müsste?)
ad 2) FcgidMaxRequestLen eigentlich detto, dann müsste jeder dieser Requests fehlschlagen, aber der Fehler passiert nur ab und zu?

Laut dem Post hier, könnte es auch daran liegen, dass der Client die Verbindung schließt. Fände ich aber auch eigenartig, weil das sind alles normale Requests beim Aufruf der Seite..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...