Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Aug 16, 2025, 03:06 AM

Title: mod_fcgid: stderr: Connection refused appears repeatedly within the Apache error
Post by: Suhitha on Aug 16, 2025, 03:06 AM
Question: mod_fcgid: stderr: Connection refused appears repeatedly within the Apache error log for a website on a Plesk server


Symptoms



[Wed Jul 19 11:25:22.455351 2023] [fcgid:warn] [pid 29789:tid 139629537761024] [client 203.0.113.2:0] mod_fcgid: stderr: Connection refused
[Wed Jul 19 11:25:22.455389 2023] [fcgid:warn] [pid 29789:tid 139629537761024] [client 203.0.113.2:0] mod_fcgid: stderr: Connection refused
[Wed Jul 19 11:25:22.455392 2023] [fcgid:warn] [pid 29789:tid 139629537761024] [client 203.0.113.2:0] mod_fcgid: stderr: Connection refused
[Wed Jul 19 11:25:22.455399 2023] [fcgid:warn] [pid 29789:tid 139629537761024] [client 203.0.113.2:0] mod_fcgid: stderr: Connection refused
[Wed Jul 19 11:25:22.455403 2023] [fcgid:warn] [pid 29789:tid 139629537761024] [client 203.0.113.2:0] mod_fcgid: stderr: Connection refused

203.0.113.2 - - [19/Jul/2023:11:25:24 +0200] "POST /blog/wp-cron.php HTTP/1.0" 200 871 "-" "WordPress/6.2.2; https://example.com/blog"
203.0.113.2 - - [19/Jul/2023:11:25:24 +0200] "GET /blog/ HTTP/1.0" 200 17171 "-" "WordPress/6.2.2; https://example.com/blog"
203.0.113.2 - - [19/Jul/2023:11:25:24 +0200] "GET /blog/ HTTP/1.0" 200 17171 "-" "WordPress/6.2.2; https://example.com/blog"
203.0.113.2 - - [19/Jul/2023:11:25:24 +0200] "GET /blog/ HTTP/1.0" 200 17171 "-" "WordPress/6.2.2; https://example.com/blog"
203.0.113.2 - - [19/Jul/2023:11:25:24 +0200] "GET /blog/ HTTP/1.0" 200 17171 "-" "WordPress/6.2.2; https://example.com/blog"
203.0.113.2 - - [19/Jul/2023:11:25:24 +0200] "GET /blog/ HTTP/1.0" 200 17171 "-" "WordPress/6.2.2; https://example.com/blog"
203.0.113.2 - - [19/Jul/2023:11:25:19 +0200] "POST /blog/wp-cron.php?doing_wp_cron=1689758719.9299299716949462890625 HTTP/1.0" 200 871 "-" "WordPress/6.2.2; https://example.com/blog"

[/b]


Cause

The connection from the main website script to the WordPress script is being refused due to the configurations of the security and performance plugins in WordPress, which can be seen within the .htaccess file of the WordPress script.

Resolution

Review and adjust the settings of the plugins on the side of the WordPress script in order to allow the connection from the main website to the WordPress portion of it.

Alternatively, you may disable the necessary plugins on the side of WordPress plugins entirely.