The warning has nothing to do with any of the Fcgidxxx
options and is simply caused by client’s closing their side of the connection before the server gets a chance to respond.
From the actual source:
/* Now pass any remaining response body data to output filters */ if ((rv = ap_pass_brigade(r->output_filters, brigade_stdout)) != APR_SUCCESS) { if (!APR_STATUS_IS_ECONNABORTED(rv)) { ap_log_rerror(APLOG_MARK, APLOG_WARNING, rv, r, "mod_fcgid: ap_pass_brigade failed in " "handle_request_ipc function"); } return HTTP_INTERNAL_SERVER_ERROR; }
Credit goes to Avian’s Blog who found out about it.
Related Posts:
- Where can I find php.ini?
- How to automatically redirect HTTP to HTTPS on Apache servers?
- What is Options +FollowSymLinks?
- Connection reset by peer: mod_fcgid: error reading data from FastCGI server
- Apache server keeps crashing, “caught SIGTERM, shutting down”
- httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
- Configuring Apache for localhost
- WordPress can’t find temporary folder, but folder it’s looking at has correct permissions
- login wp impossible
- wp-admin/index.php gives a “500 Internal Server Error [closed]
- Apache /Ubuntu server not running WordPress installation, outputting PHP code like HTML
- PHP Warning: chmod(): Operation not permitted in class-wp-filesystem-direct.php on line 173
- WordPress sites being filled with random PHP files
- Call to undefined function mysql_connect() After upgrading PHP 7.1 to 7.3
- How to remove all plugins, posts, pages, and inactive themes in one line with wp-cli? WordPress bloatware removal
- How to edit content in WordPress and the Polylang – plugin? – with demosite
- Strange special character/Latin characters
- how to put shortcode to the top of the page – theme 2014
- memcache vs memcached?
- Does WordPress create a new Linux user when creating a new WordPress blog?
- Permalinks are not working in WordPress in digitalocean
- how to properly mount external server directory for wordpress uploads
- Apache HTTP Server stops working for only a certain local website
- Plugins & backup not working correctly on new Digital Ocean server
- PHP Parse error on WP-CLI, not on web server
- Unexpected token ILLEGAL, even on clean install – jquery-issue?
- https and wordpress breaks posts
- Check against server time to display SQL entries – Radio Station DJ Rotator Plugin
- Plugin error after installation
- Infinite Loop in WordPress Installation
- Problem with data collection in tables
- WordPress: redirecting to my old public ip
- the content of the uploads folder gets deleted periodically, how to figure out what causes it?
- Error establishing a database connection – WordPress setup, everything else is working
- How to configure both webserver and appserver for WordPress CMS?
- WordPress cloning issue
- Upgrade to PHP7.3 and Changing Apache from Prefork to Event Breaks WordPress
- Windows Setup: Error establishing a database connection
- Huge time to first byte on live site
- WAMP SERVER Command Prompt SET PATH=%PATH%
- How come there is no error if I upgrade WordPress core after locking .htaccess permissions to 644?
- Move site root directory on debian
- Timthumb isn’t displaying any images. “A TimThumb error has occured
- 403 Forbidden Localhost Wamp Apache Php
- My WordPress is giving me an 403 error when saving post/draft with specific words
- How do I prevent a folder from reappearing in my home directory?
- Rewrite /keyword1+keyword2.html to search page | .htaccess
- Migrating WordPress from Windows Server 2008 R2 (IIS v7.5) to CentOS
- Is it a good idea to edit WordPress within Eclipse? [closed]
- Not logged in when using http
- W3 Total Cache Can’t Really Detect Things
- Admin-area broken through weird issues
- magic-quotes – breaks admin totally
- Blog only showing code
- WordPress Memory limit not increasing
- Having an HTTP error 500 after migrating a website
- session_start(): Cannot find save handler ‘mm’ – session startup failed in /sites
- How to avoid timeout waiting for output from CGI script?
- How can I prevent wordpress from sending emails
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- Problems loading stylesheet and permalinks after rebooting
- Communcation with wordrpess and linux server [closed]
- kali php problem [closed]
- How can I sort du -h output by size
- Can scp copy directories recursively?
- What exactly do the colors in htop status bars mean?
- How to run a server on port 80 as a normal user on Linux?
- Anyone else experiencing high rates of Linux server crashes during a leap second day?
- What permissions should my website files/folders have on a Linux webserver?
- Why is my crontab not working, and how can I troubleshoot it?
- Showing total progress in rsync: is it possible?
- Copying a large directory tree locally? cp or rsync?
- What are the functional differences between .profile .bash_profile and .bashrc
- Can I automatically add a new host to known_hosts?
- How to bind MySQL server to more than one IP address?
- Can I nohup/screen an already-started process?
- Check if port is open or closed on a Linux server?
- Why is “chmod -R 777 /” destructive?
- Moving an already-running process to Screen
- Why does my hostname appear with the address 127.0.1.1 rather than 127.0.0.1 in /etc/hosts?
- How can I run Debian stable but install some packages from testing?
- Linux command to inspect TXT records of a domain [closed]
- Environment variables of a running process on Unix?
- When does `cron.daily` run?
- What’s the best way of handling permissions for Apache 2’s user www-data in /var/www?
- Permission denied (publickey). SSH from local Ubuntu to Amazon EC2 server
- How to run a command multiple times, using bash shell?
- df in linux not showing correct free space after file removal
- In my /etc/hosts/ file on Linux/OSX, how do I do a wildcard subdomain?
- How to check if a library is installed?
- Setting the hostname: FQDN or short name?
- Shell command to monitor changes in a file
- When does /tmp get cleared?
- Meaning of the buffers/cache line in the output of free
- Is it normal to get hundreds of break-in attempts per day?
- How to setup passwordless `sudo` on Linux?
- LVM dangers and caveats
- How to reconnect to a disconnected ssh session
- How to cd into a directory with this name “-2” (starting with the hyphen)?
- What does a + mean at the end of the permissions from ls -l?