#22658 closed defect (bug) (invalid)
mod_fcgid ap_pass_brigade
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.4.2 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description (last modified by SergeyBiryukov)
Last apache2 security update about desactivating compression on ssl website break wordpress when ssl enabled.
This is new from today, right after update apache2 to 2.2.16-6+squeeze10
owncloud, pma, admin panel, etc, everything work fine except WP.
Related Error from apache log :
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server (104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
This happens everytime you try to logon or edit an article
Change History (5)
comment:1
SergeyBiryukov — 6 months ago
- Description modified (diff)
comment:2
SergeyBiryukov — 6 months ago
- Cc momocello added
Changing to
FcgidBusyTimeout 3000
FcgidMaxRequestsPerProcess 5000
has no effect
- Cc momocello removed
- Resolution set to invalid
- Severity changed from major to trivial
- Status changed from new to closed
Mmm after migrating from a domain to another on same server with same htaccess the error is gone.
Might be php function restrictions related.
It was working before apache2 update.
Copied db and everything is same.
Anyway change status to trivial, I can't investigate anymore.

According to this article, seems to be caused by too small FcgidBusyTimeout value.