Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to enable SOAP in cPanel  (Read 11632 times)

0 Members and 1 Guest are viewing this topic.

anandhuo

  • Guest
How to enable SOAP in cPanel
« 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:)