How To Enable Curl PHP Extension From WHM Root?

 

how to enable curl php extension from the whm root
how to enable curl PHP extension from the whm root

cURL (Client URL) is a computer client that allows users to manipulate files from FTP, HTTP, HTTPS, and GOPHER protocols enabled servers. Enabling the Curl PHP extension from WHM root is fairly simple. Let me show you how.

Enable Curl PHP Extension From WHM

WHM AS ROOT
WHM AS ROOT
  • Either search for EasyApache and click over the EasyApache 4 or navigate to the Software > EasyApache 4 section.
Search for EasyApache
Search for EasyApache
  • Find the Currently Installed Packages option and click over the Customize button.
Currently Installed Packages Option
Currently Installed Packages Option
  • Wait for the loading process to end and click over the PHP Extensions present inside the Left Corner.

Also See:

Check Versions In Web Host Manager (WHM)

Click over the PHP Extensions
Click over the PHP Extensions
  • Type curl in the search box and turn on whatever PHP versions you want to enable.
Install cURL PHP Version
Install cURL PHP Version
  • Scroll down to the bottom and hit the Next button.
Save The Changes
Save The Changes
  • Wait for the loading process to complete
Wait for the Preperation after clicking over the Next button
Wait for the Preparation after clicking over the Next button
  • Review the changes and hit the Provision button from the bottom.
Review the Changes & Click Provision
Review the Changes & Click Provision
  • The Provision will be completed in a couple of seconds and the Curl PHP Extension will be installed successfully.
Curl PHP Extension Installed Successfully
Curl PHP Extension Installed Successfully

That’s it.

You’ve successfully installed the cURL PHP Extension from WHM root. However, there are some other SSH methods to install it via command line by following the below commands:

Install cURL on the Command Line

Ubuntu/Debian Linux Server

apt-get install php5-curl

CentOS Linux Server

yum install curl

However, if the curl is already installed on your server and also up to date, then you’ll see the message that says “Nothing to do” on your SSH screen because the server already has an updated curl installed in it.

curl already installed command line
curl already installed command line

That’s how you can install cURL via Command-Line. For more assistance, you can open free chat support on RedserverHost.Com our professionals are always there to help you. 

For any other inquiries or updates, you can reach out to us on our Facebook Twitter handle.

Scroll to Top