Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: anandhuo on April 29, 2017, 02:42:10 pm

Title: How to enable SOAP in cPanel
Post by: anandhuo on April 29, 2017, 02:42:10 pm
Hi all,

   SOAP is an acronym which stood for Simple Object Access Protocol. A PHP website sometimes requires additional PHP extensions that aren’t enabled by default WHM installation. We need to modify PHP configuration for this purpose. This article is about enabling SOAP extension in PHP.

   SOAP is supported via EasyApache. So first we need to run /scripts/easyapache and under [Exhaustive Options List], enable SOAP and compile Apache with PHP. The steps are given below:

1. Login to cPanel via SSH

2. run /scripts/easyapache

    Select Customize profile and goto [Exhaustive Options List], under the options find the soap and check the box.

3. Select Save and Build and compile apache

4. In order to check whether SOAP is enabled or not, type  php -m | grep

    If "soap" is returned, then SOAP is successfully enabled.

Hope that you may find this useful.

Thanks:)