• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Websites with http are not loading

waseem

Basic Pleskian
Hi.

I am facing a strange issue.

My websites wilt http are not loading however https websites are working fine.

I am using apache with nginx anf apache as fastcgi.

following error is observed in nginx log file.
connecting to upstream, client:1.2.3.4, server: xxx, request: "GET /page/437/ HTTP/1.1", upstream: "https://1.2.3:7081/page/437/", host: "xxx"
and following in apache
[Sun May 21 20:45:52.176109 2017] [fcgid:warn] [pid 28894] (32)Broken pipe: [client 5.9.94.207:34030] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function.

Can any one explain what is going on???

Regards
 
grep -r FcgidMaxRequestsPerProcess /etc/apache2/*

This command does not return any result:-
still add

<IfModule mod_fcgid.c>
FcgidMaxRequestsPerProcess 500
</IfModule>

to website Apache section but i am seeing same error again and again,
 
Back
Top