FCGI Configuration
Ok I have a few questions about mod_fcgi.
1. I keep getting this Request exceeded the limit of 10 internal redirects due to probable configuration error.
What should I change to fix this that won't affect performance.
2. I am getting a broken pipe here. mod_fcgid: ap_pass_brigade failed in handle_request_ipc function,
Not sure what to change to handle this. Any ideas.
I am using cloud linux and here is their recommended settings.
Thanks guys. Update** Updated the problem site .htaccess to this
Seems to fix the problem.
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 8
FcgidMaxProcesses 150
FcgidIdleTimeout 60
FcgidProcessLifeTime 120
FcgidIdleScanInterval 30
Thanks guys. Update** Updated the problem site .htaccess to this
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Seems to fix the problem.
-
Re: mod_fcgi Update: Well I am still getting a bunch of these warning errors mod_fcgid: ap_pass_brigade failed in handle_request_ipc function How do I address this problem. 0 -
Hello :) I have moved these posts to our "Optimization" forum. You may receive more user-feedback here. Thank you. 0 -
This looks like a specific script is running out of time and or memory. Any idea how to find it? 0 -
Note that you can also receive that error if the connection is interrupted with the client. So, if the user presses the stop button or clicks a link to go to another page while images are still downloading for the current page, it can trigger that error.... or at least that's what I've observed when testing. 0
Please sign in to leave a comment.
Comments
4 comments