Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#22658 closed defect (bug) (invalid)

mod_fcgid ap_pass_brigade

Reported by: momocello's profile momocello Owned by:
Milestone: Priority: normal
Severity: trivial Version: 3.4.2
Component: General Keywords:
Focuses: 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)

#1 @SergeyBiryukov
11 years ago

  • Description modified (diff)

#2 @SergeyBiryukov
11 years ago

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

#3 @momocello
11 years ago

  • Cc momocello added

Changing to

FcgidBusyTimeout 3000
FcgidMaxRequestsPerProcess 5000

has no effect

Last edited 11 years ago by SergeyBiryukov (previous) (diff)

#4 @momocello
11 years ago

  • 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.

#5 @helenyhou
11 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.