enable cURL on WHM/cPanel using EasyApache

enable cURL on WHM/cPanel using EasyApache

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 select a build option (Previously Saved Config)

4. Click Start "Start customizing based on profile"

5. Select the version of Apache and click "Next Step".

6. Select the version of PHP and click "Next Step".

7. Chose additional options within the "Short Options List"

8. Click Exhaustive Options List. 

9. Find and select the option for cURL.

10. Click curl, and then click Save and build.



To install cURL on command line:


CentOS Linux server

yum install curl



Ubuntu/Debian Linux Server:

apt-get install php5-curl
    • Related Articles

    • Enable GZip compression using easyapache whm/cpanel

      GZIP You can easily speed up your WordPress, Joomla, Drupal install by enabling Gzip via EasyApache. EasyApache is an easy way to enable Gzip compression and will bring your PHP script loading times down.  Google Page Speed takes account of Gzip ...
    • install mysqli on cPanel/WHM using EasyApache

      How to install mysqli on cPanel/WHM using EasyApache Overview: The MySQLi Extension is a relational database driver used in the PHP programming language to provide an interface with MySQL databases. To install mysqli using EachApache: 1. Login to WHM ...
    • easyapache configuration on cpanel/whm server

      EasyApache Overview EasyApache is a powerful and simple-to-use script that you can use to update and configure your Apache web server.   To configure EasyApache on WHM/cPanel   1. Login to WHM 2. Either search for "EasyApache" or go to Software > ...
    • Installing WHM/Cpanel

      To install CPanel first make sure perl is installed and updated yum -y install perl Then update the hostname to it's proper hostname, you can find it here: nano /etc/sysconfig/network Navigate to root user's home cd /home Then download the latest ...
    • WHM / CPanel LOG Files and locations.

      cPanel logs Access logs and user actions /usr/local/cpanel/logs/access_log Account transfers and misc. logs /var/cpanel/logs Auditing log (account creations, deletions, etc) /var/cpanel/accounting.log Backup logs /usr/local/cpanel/logs/cpbackup Brute ...