How can one combine PHP5 with PHP 4 ?

We have to compile php4 with apache and need to install php5 but do not compile it with apache. Normal configure commands could be used to compile php4 with apache. Now PHP5 Installation. a) You can download the version of pHP5 you would like to install from https://php.net/ REMOVE the

How to increase the size of /tmp partition?

Following steps could be referred for the same:- a.. First stop MySQL, Apache, and cPanel to prevent writing to the /tmp partition b. Take a backup of the current /tmp folder. c. Umount /tmp partition. If you’re unable to, you can do an lsof to see what processes are still

How to backup and restore the database via phpmyadmin?

Following are the steps which could be referred a. Open phpMyAdmin. b. Select your database by clicking the database name in the list on the left of the screen. c. Click the Export link. This should bring up a new screen that says View dump of database (or something similar).

How to Disable Direct Root Logins

Enabling root ssh login is a risky practice that can compromise the security of your system. Root SSH login allows anyone with the root password to access your system remotely and execute commands with full privileges. This can expose your system to brute force attacks, malware infections, data theft, and

How to Enable Leech Protection in cPanel

What is Leech Protection? The Leech Protect utility available within cPanel enables administrators to prevent users from publicly disclosing passwords used to access restricted areas of a website. It does this by limiting the number of times a user can log in to these restricted areas. It gives site administrators

How to Add a User to a MySQL Database in cPanel

MySQL: Add a User to a Database If you haven’t yet created a MySQL database in cPanel, follow the instructions in our cPanel Beginner’s Guide to learn how to do so. If you’ve already built a database or two, but you need to change or add a specific user, simply

How to Create FTP user account in Plesk

Log into the End User side of Plesk Click on Websites and Domains Click on FTP Access Click on Create Additional FTP Account Fill out the form that is displayed: FTP Account Name: what do you want the login to be? (Required field) Home Directory: This will be the highest

How to create and manage User Roles in Plesk

You can configure how much access each type of user has on your hosting subscription. 1. Click on the “Users” tab 2. Click on the “User Roles” tab under the “User Accounts” section. You will see predefined user roles that are created by Plesk automatically. You can modify them or

How to Backup and Restore cPanel Accounts via SSH

Creating a cPanel Backup via SSH To create a backup of your individual cPanel account using SSH, just follow these steps: First, log in to SSH as the Root user. Next, enter the following command string on the command line interface: /scripts/pkgacct username A backup of your account will be

How to Backup & Restore a MySQL Database in cPanel

You already know how important the information stored in your MySQL databases is. If that data gets lost, it can be difficult to recover from. This is where preventative measures, like creating a backup of your MySQL database, come in. Luckily, with cPanel, keeping copies of your data is a

How to Fix Internal Server Error 500

Sometimes, an error in permissions or syntax within a script will result in an Internal Server Error 500, also known as an HTTP Error 500. But what does this mean, and how do you fix it? Well, in order to fix an HTTP Error 500, you must first understand what