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.
Apache failed to start with the “could not open document config file” error in plesk
Apache failed to start with the error on Plesk # /etc/init.d/httpd start Starting httpd: httpd: could not open document config file /var/www/vhosts/DOMAIN/conf/httpd.include [FAILED] The error above means that httpd.include file is missing for the DOMAIN. [...]
Httpd dead but subsys locked, but pid exists
Service httpd status: httpd dead but subsys locked, but pid exists Some times we get the error like httpd dead but subsys locked, but pid exists. Please follow thebelow steps to resolve the issue. # [...]
Automatically Backup & Restore all MySQL Database
How To Back Up & Restore MySQL Databases automatically The mysqldump is a command-line utility that is used to generate the backup of the MySQL database. Step1 Login to the server as the root user. [...]
SSH without pass or include your key in the remote server without showing in history
ssh-copy-id ssh-copy-id installs an SSH key on a server as an authorized key. It provides access without requiring a password for server login. This facilitates automated, passwordless login using the SSH protocol. Step 1 Generate [...]
cPanel Use Spam Box or Email Filtering to move the spam from your Inbox to another folder
Email Filtering to move the spam from your Inbox to another folder We can set the message score value to filter the mails. When the score value is set to low, most of the mails [...]
Allow Incoming MySQL Connection for Single ip in CSF
Allow Incoming Mysql Connection for Single ip in CSF In CSF firewall sometimes we only want to allow an IP through on a certain port like MySQL port 3306 without fully whitelisting them. Please follow [...]
Whitelisting IP for remote MySQL Connection.
Whitelisting an IP in Linux Iptables for remote MySQL. Step 1 Open port 3306 in Linux Iptables for remote MySQL by running this in ssh. root@server [~]# iptables -A INPUT -i eth0 -p tcp -m [...]
Change Exim Outgoing Mail IP
Change Exim Outgoing Mail IP By default, Exim will be using the main server IP to send mails. If the main server IP is listed in any spam databases, then we will not be able [...]