CyberPanel Community

ClosedHow to install and activate cURL on my openlitespeed server

VN
VICTOR NZEKWU #1

Please how do I install CURL on my Cypberpanel openlitespeed server. I found out the curl is not fully install in my server. Because it is not showing ony WordPress site.

Please I need your support on how to install and update curl on my cypberpanel server.

5 replies
jo
josephgodwinke #4

Click Install and kill all existing php processes

killall -9 lsphp

And test curl by creating a file at https://mydomain.com/curl.php and running it on a browser

<?php

if(extension_loaded('curl')){
  echo "curl is enabled";
} else {
echo "curl is not enabled";
}
Su
Surya #6

Thank you so much for saving a day

Sign in to reply