• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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