How to enable cURL on WHM/cPanel using EasyApache
Authorsupport support Article Reference NumberAA-05017 Views10659
How to enable cURL on WHM/cPanel using EasyApache
Overview
A command-line tool for getting or sending files using URL syntax.
To Enable cURL Using EasyApache on WHM:
1. Log in to WHM as the 'root' user.
2. Either search for "EasyApache" or go to Software > EasyApache
3. Scroll down and click on "Customize" button under "Currently Installed Packages"
4. To the left select "PHP Extensions"
5. In the search bar type "Curl" and from the search results turn on PHP-Curl version(s) you wish you enable
6. Click "Next"
7. Click Save and build.
To install cURL on the command line:
CentOS Linux server
yum install curl
Ubuntu/Debian Linux Server:
apt-get install php5-curl