GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Because EA4 uses rpm based packaging for its distribution any time cpanel releases an update to it it's going to be installed as part of the daily upcp if you have automatic updates set.
-
If you close it in the firewall then you would need to whitelist IPs, but with changing Ips that gets to be a hassle. Some software allows you to use an SSH tunnel and if yours does then you could...
-
Leaving port 3306 open in the firewall is almost certainly going to cause you problems, its not advisable. However, if you are seeing the attacks in the apache logs, then that would not be related...
-
You can, but you need to hard restart apache to actually get rid of it. You should look at service config-apache config-log rotation in whm and make sure its set to rotate the logs.
-
It's possible your server was compromised. If you cannot log in via ssh or whm then somehow your root password got changed. You'll need to contact your server provider to reset the root password...
-
That's correct. CPanel will not arbitrarily remove addons domains when they are over their quota.
-
This is something that would have to be done via your site code. Most likely in whatever script you are using for the image upload.
-
If you are in fact on a shared server, then you would not have root level access t the server, so it seems like you are getting conflicting information from them.
-
You would need to log in to shell as root and look at /var/log/exim_mainlog. You can search using a command like this: grep "email@domain.com" /var/log/exim_mainlog
-
Yes but this doesn't tell you why. You would need to find this message in the exim_mainlog to see what the reason for it is.