postcd
- Total activity 816
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 184
Comments
Recent activity by postcd-
By modification i also meant "reset" of the current month data transfer, for this purpose here is some solution: I would like to manually reset some cpanel data transfer
-
The cause is probably one of these three things? 1) In Config server firewall configuration, there is section "IPv4 Port Settings" & "IPv6 Port Settings", i think it may be needed to add SMTP port...
-
Thanks but it is NOT cause of the problem. unable to connect to ssl://smtp.gmail.com:465 unable to connect to smtp.gmail.com:25 unable to connect to smtp.gmail.com:465 unable to connect to smtp.gm...
-
Thanks, the IPs were rather not similar. And i dont think it was as intensive enough to be attack. My aim is not to block them manually, but discover how that happens and how to prevent.. as per my...
-
You may also consider allowing only certain IP on wp-login.php page and 403 to rest IPs: add following to your .htaccess file in your WP site root directory (public_html usually) Order deny,allow ...
-
/var/cpanel/accounting.log will show which new accounts were created Thank You, it helped, the account name can be extracted from that file. Here is the script which does it.
-
Yes, when unticked Ruid2 in EasyApache, i think i was able to select MPM Worker. thanks At the end i switched back to Prefork as mod_qos still dont shown details per domain/user account on Apache ...
-
thx, one more thing, in EasyApache, Exhaustive Options List, i did not found Worker MPM, only: MPM ITK MPM Prefork
-
thx, pls anyone knows why is prefork "recommended" (in easyapache) over "worker" so i know it is a good step to switch this?
-
thx, my mod_ruid did not worked, so i think i will have to use QOS and use EasyApache to enable MPM Worker even MPM Prefork is marked as "recommended" in EasyApache right..