• 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 Cloudflare is generating error messages on my server

tomtom1985

New Pleskian
Hello community,

I have a freshly set up server with Debian 8.8 and Plesk Onyx. I created the first website, using PHP 7.1 as well as FCGI as mode, because I experienced it somehow to be much faster in serving the website than other options (btw. if you have a better combination like FPM or so, please let me know!)

Now, since the website is proxied through Cloudflare, I am having these log entries showing that there is something not totally right I feel:

Screenshot_6.png

I did some research in Google already, and increased some settings, however its not getting better. I also checked the Plesk help and found some KB entries related to that, however most of them are for Plesk12 and not Onyx.

My current setting of

/etc/apache2/mods-enabled/fcgid.conf

looks like this:

Code:
# This is the Apache server configuration file for providing FastCGI support# via mod_fcgid[/SIZE][/SIZE]
[SIZE=4][SIZE=2]#
# Documentation is available at http://fastcgi.coremail.cn/doc.htm


<IfModule mod_fcgid.c>

<IfModule !mod_fastcgi.c>
    AddHandler fcgid-script fcg fcgi fpl
</IfModule>

  FcgidIPCDir /var/lib/apache2/fcgid/sock
  FcgidProcessTableFile /var/lib/apache2/fcgid/shm

  FcgidConnectTimeout 10
   FcgidMaxProcesses 300
   FcgidMaxProcessesPerClass 300
   FcgidOutputBufferSize 64
   ProcessLifeTime 0
   FcgidMaxRequestsPerProcess 0
   FcgidMinProcessesPerClass 0
   FcgidFixPathinfo 1
   FcgidProcessLifeTime 0
   FcgidZombieScanInterval 20
   FcgidMaxRequestLen 536870912
   FcgidIOTimeout 120
   FcgidTimeScore 3
</IfModule>


Can you tell me, a) if that is something that needs to be taken care of? b) how to take care of it :D ?

Thank you,
Tom
 
Back
Top