Server Management Blog
Welcome to Our Blog
At iServerSupport, we understand the challenges that come with managing servers, whether they’re in the cloud, virtualized, or self-hosted. Our blog is here to provide you with practical insights, expert advice, and the latest trends in server management.
From troubleshooting server performance issues to optimizing cloud resources and ensuring top-notch security, our goal is to empower businesses and developers to navigate the complexities of server environments with confidence.
Whether you’re looking for quick fixes, detailed guides, or industry news, you’ll find valuable content tailored to your needs. Dive in, explore, and let us help you keep your servers running smoothly, securely, and efficiently.
Your servers, simplified – the iServerSupport way.
Nameserver not showing in WHM IP address list
Nameserver not showing in WHM IP address list: If the nameservers are not showing in the WHM Ip address list, you can perform the following steps to resolve the issue: Login to the server using [...]
Gmail Hotmail Yahoo Excite EarthLink Cox Outblaze AOL Roadrunner Adelphia USA.NET Verizon Compuserve AT&T / SBC Global / Bellsouth Barracuda Centurytel Charter Comcast IP whitelist request form
If you have been blacklisted, the next step is to contact the ISP in question, and request to be removed from their blacklist (delisted). Each ISP has a process for applying, most starting with an [...]
How to Turn Off Innodb Engine in Mysql
How to Turn Off Innodb Engine in Mysql The most commonly used storage engine in MySQL are MyISAM and InnoDB. With these storage engine there are some advantages and disadvantages according to application needs. The [...]
Adding MX entry for goolgle app in kloxo from backend
You can easily switch to google apps from kloxo, You just have to edit this file from backend ====================================== vi /var/named/chroot/var/named/iserversupport.com ====================================== iserversupport.com. IN MX 5 ALT2.ASPMX.L.GOOGLE.COM.(*) iserversupport.com. IN MX 5 ALT2.ASPMX.L.GOOGLE.COM.(*) iserversupport.com. IN MX 10 [...]
Exim Mail Function not Working
The problem is resolved in the permits cd /bin chmod 755 bash chmod 755 su chmod 755 passwd
Got a packet bigger than ‘max_allowed_packet’ bytes
While restoring database "ERROR 1153 (08S01) at line 233: Got a packet bigger than 'max_allowed_packet' bytes" ------------------------------------------------------------------------------------------------- Open a terminal. Type mysql to get a mysql prompt, and issue these commands mysql> set global max_allowed_packet=1000000000; [...]
ModSecurity: Access denied with code 406 (phase 2). Pattern match
This error is getting due to the mod_security enabled in the server, We can either disable the mod_security via easy apache we can try to fix this issue by diasbling the mod_security for the particular [...]
Difference between fastcgi dos suphp and cgi
Difference between fastcgi dos suphp and cgi