Path to cURL
The path to the cURL binary on our servers is:
/usr/bin/curl
If an application asks for the cURL path during configuration, use the path above. The PHP cURL extension is also enabled by default, so PHP applications that use cURL functions for API calls, remote data fetching, and HTTP requests will work without additional configuration.
You can verify cURL is available by running which curl via SSH or cPanel Terminal, or by checking your phpinfo page for the cURL section.
