24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
Hello, Can you confirm if those tables exists under mysql database ? Have you had taken backup before running this upgrade ?
-
Hello, As you have reseller privileges, you can create full backup of the cPanel accounts from individual cPanel accounts (The Full backup will include all the emails) and get them downloaded on t...
-
Hello, You can forbid the access to specific directory by putting below in htaccess: Options -Indexes You can also redirect 403 error page to your custom error page by putting below in htaccess:...
-
Hello, It depends on how much of your databases use InnoDB engine. But as you have large database size, I would suggest you to increase it.
-
First of all in ns1.sample.org I can see some duplicate words make sure you have added it correctly. I means you have added ns1.sample.org not ns1.sample.org.org that's the error I can see in your ...
-
use netstat command and check how many connections are there on port 80. If connection is too high then it seems that server is under attack. You have to tweak apache settings and install firewall ...
-
You can change the MTU value by editing the below file. /etc/sysconfig/network-scripts/ifcfg-eth0 You have to put MTU="1450" save the file and restart the network for IPV6 use IPV6_MTU="1450"
-
Load average is normal for your server so no issue with it. Regarding nobody connections it can be normal users or there may be a chance that from single IP lots of connections are hitting your ser...
-
WHM > Service Configuratioin > Apache Setup ??? Yes that configuration is for tweaking the Apache settings as per your server connection. You can refer below link:
-
Check you server for attack. If there are lots of nobody connections then there must be attack or heavy traffic. I will suggest you to check how many apache connections you are having on server by ...