Mantu2

Registered
Aug 13, 2020
2
0
1
Naantali, Finland
cPanel Access Level
Website Owner
Hi,

I'm facing some issues with my server. My website is on a shared server and I'm just a admin for my site (Wordpress). I've asked the host provider help, but they are not too keen to their job. So, here is few things I would like to have help. I am not sure are they related to each others or not.

Firstly, my site over loads quite often. I can see that CPU usage causes faults as well Input/Output Usage. I do know that my Wordpress backend is a bit heavy, but the problems comes in waves - mostly things works fine until server overloads and my site gives 500-error. On those times I just need to wait a while and I'm ready to continue working.

Secondly, only thing what I can see from my error log is that there is basically only one error which repeats itself 30-ish times per an hour.

Code:
[Thu Aug 13 09:22:44.862756 2020] [:error] [pid 4194213] [client 172.69.71.93:51062] File does not exist: /home/*****/public_html/cron.php
As far as I can see, the client IP changes all the time. I'm using cron-jobs, but the files run are not at public_html folder. My cron jobs run every hour and the errors occurs all the time.

I think there might be just attacks against me all the time. Is there anything I can do? Or is there something wrong with my cron jobs?
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
The IP listed originates from CloudFlare, my assumption is you use CloudFlare on the domain, and your server is not using mod_remoteIP so you won't be able to identify where the traffic is originating from. The cron.php script is being called from somewhere what are the cron jobs you do have? You may want to contact your hosting provider to see if they have any further information on why the site is having the issues it is as well.
 

Mantu2

Registered
Aug 13, 2020
2
0
1
Naantali, Finland
cPanel Access Level
Website Owner
The IP listed originates from CloudFlare, my assumption is you use CloudFlare on the domain, and your server is not using mod_remoteIP so you won't be able to identify where the traffic is originating from.
Yes, CDN is fixed with Cloudflare.

The cron.php script is being called from somewhere what are the cron jobs you do have? You may want to contact your hosting provider to see if they have any further information on why the site is having the issues it is as well.
I'm using cron jobs, but nothing as I can understand, should refer to cron.php-file. Hosting provider said I should have a look on Cloudflare settings for this matter.
 
Aug 17, 2019
14
2
3
India
cPanel Access Level
Root Administrator
Hello,

Since you are using cloudflare and If you think your site is under attack. You can try enabling under attack mode in cloudflare.
Refer the below doc for that.


Check the issue is still occurring after enabling the same.