cPAdminsMichael
- Total activity 374
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 164
Comments
Recent activity by cPAdminsMichael-
I'd generally recommend that you deactive firewall logging. You risk that logs are getting flooded with all the log entries.. If you REALLY need to log the firewall, you can: 1) Either run dmesg -...
-
Hi Ryan, You will most likely have a better error message in your /var/log/secure logfile :) I assume you created the user's .ssh directory and authorized_keys file "manually"? What ownership and ...
-
Ah yes, sorry. WOW, lot of bad activities going on with your server! You can see files opened by a given process with lsof -p PID. So fx. that would be lsof -p 4081 BUT - You can also see that pa...
-
Quickest way is to do a ps I think: ps -ef |grep python
-
Hm - I don't have a good explanation to your issue. It's a bit odd that it's random - else I would say that it's network or firewall related.. I suggest you open a support ticket (If you haven't al...
-
Hmm... sounds odd. Are you running NAT or your servers on different VLANs?
-
Just continueing on the others' posts.. I think setting right limits in tweak settings is the way forward. Also would be good to know if spam is because of: a) hacked website, sending scripts b) b...
-
Hi, It depends what you mean by "cluster" :) If you have 2 cPanel servers and split the accounts between them, you'd need 2 licenses. If you mean "DNS cluster", then you can use the DNSONLY cPanel...
-
Hi, I recommend that you install CSF and add custom rules to block attacks on wp-login and xmlrpc ;) I have good experience adding these: # XMLRPC if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($line...
-
mod_authz_core is the way to go :) You may want to also take a look of this: