24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
cphulk will restore the ips in cphulk db. You can use below command to check the list of IP. select IP, LOGINTIME FROM logins order by LOGINTIME; select IP, BRUTETIME from brutes order by BRUTETI...
-
As you are using DNS clustering make sure replication is working fine between clusters. Also check if DNS is present on the server. If it's slave DNS server then try to fetch the DNS zone from the ...
-
Can you provide you /etc/my.cnf output. It seems that mysql is not properly optimized as there is enough RAM available. You can use mysqltunner script to optimize mysql.
-
Hi :), Have you assigned the installed SSL on hostname to the Services?
-
Hello, It seems apache is working as reverse-proxy for LiteSpeed so it will use the configuration from apache only. You should consider removing the apache completely to switch everything to LiteS...
-
Hi :), If you do not have Advanced DNS zone editor, then you will need to contact your Hosting provider and ask them to add the TXT record for your domain from WHM.
-
Hello, Did you try to see what is running under that process ? do below and share the output: lsof -p pid
-
Hello, You shouldn't really transfer the system files from one OS version to another as this will break the destination server. As far as websites/mails/databases, you have cPanel's utility to mig...
-
Hi :), You can download the DB backup from particular cPanel accounts >> Databases >> MySQL Databases. If you know PHPmyadmin, then you can directly go PHPmyadmin from WHM and then generate .sql b...
-
Hello, Yes, surely we can. You should check if /home/ has 755, /home/user/ 711 and /home/user/public_html/ has 750 permissions. There might be a possibility of server being read-only. Try to touch...