Search Our Database

How to enable Clam Scan with Mod Security

Introduction To safeguard your web application, integrating an intrusion detection system like ModSecurity with antivirus software such as ClamAV is essential. ModSecurity is a widely used open-source web application firewall (WAF) that helps protect against common threats like SQL injection, XSS, and more. ClamAV, on the other hand, is a free antivirus engine used for

How to Upload Files Using Filezilla on Windows

Introduction This guide provides step-by-step instructions on how to use FileZilla, a popular FTP client, to upload files to your web server on a Windows system. FileZilla allows users to connect to FTP servers for transferring files between your local computer and the server. This guide is intended for website administrators or anyone who needs

How to create a user with Root privilege in Linux

Introduction This guide provides step-by-step instructions on how to create a user with root privileges in a Linux environment. This is a security-conscious practice that allows you to avoid using the root account for day-to-day activities, thus reducing the chances of accidental system changes or potential security risks. By the end of this guide, you

How to Purchase/Register a Domain Name from IPServerOne

Introduction Purchasing a domain name from IPServerOne is a simple and efficient process. Whether you’re launching a new website, expanding your online presence, or securing a unique domain, our intuitive portal ensures a seamless experience. This guide outlines the steps to register a domain using the IPServerOne customer portal, from checking domain availability to completing

Understanding the Server-Status Page

Introduction The server-status page is a powerful tool for monitoring real-time server performance. This article breaks down the key components and metrics presented on the server-status page. You can check this KB for enabling Server-Status and managing login details of Server-Status in DirectAdmin by using CLI: https://www.ipserverone.info/knowledge-base/enabling-server-status-and-managing-login-details-in-directadmin/ Apache Server Status Breakdown Server Version: Shows the Apache

LBaaS: How to launch a Layer 7 (HTTP/HTTPS) Load Balancer

IP ServerOne now offers cloud-based Load Balancer as a Service (LBaaS) in Malaysia, Singapore, and Hong Kong. You can use LBaaS to improve your app’s performance and availability. Choose between Layer 4 (TCP) or Layer 7 (HTTP/HTTPS) load balancers that match your app’s needs. For guidance on choosing the right load balancer, visit our website

How to disable root access in CentOS?

Warning: CentOS 7 reached its end-of-life (EOL) on June 30, 2024. This means it no longer receives security updates or support from the developers. It is strongly recommended to upgrade to a supported operating system version, such as CentOS Stream 9 or an alternative Linux distribution, to maintain security and stability. Introduction Directly using the

How to add/edit the PHP “max execution time” with “.htaccess” File through SSH

Introduction Adjusting the PHP “max execution time” ensures that long-running scripts on your website do not time out prematurely. This setting is particularly important for PHP-based websites, such as WordPress, where complex operations may take longer to execute. One straightforward way to modify this value is through your website’s .htaccess file located in the public_html