• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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