GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Hope they can get it fixed. Otherwise you may want to shop for a different host.
-
This really requires the system administrators to look at and investigate. Logs have to be checked, server security settings, password resets possibly. Its impossible for us in a forum to be able ...
-
Take a look in the file csf.fignore. Useful examples are in the file.
-
Ip ranges do not work exactly the way you want in this case, you'd have to block several ranges to get what you want 54.36.140.0/22 54.36.144.0/20 54.36.160.0/20 54.36.176.0/21 54.36.184.0/22 54.3...
-
You won't always get exactly what you are looking for but it all comes from cidr notation. I normally use this tool to figure out what a particular mask will block whatmask - IP subnet/CIDR Calcu...
-
I would start by running /scripts/whoowns example.com.br If it returns a user name, then look in their cpanel for domain aliases, addon domains, etc that match and remove them.
-
Given the way mysql works, I don't think that would ever be possible. Until/if mysql starts supporting different config files for different users and really, mysql is not even directly aware what ...
-
This is a byproduct of having piped logging enabled. Unless you have a LOT of sites on your server my advice is to turn it off. Apache settings in whm. Toward bottom.
-
The ports are all going to be the same but the TLS requirements may be different between servers.
-
Unless you define a specific domain in /etc/mailhelo then it will use the hostname of the server regardless and all rDNS should be set to the hostname of the server. Docs on this file are here: H...