• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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