Search Our Database

How to Install SOAP using DirectAdmin Custombuild

Last updated on |
by

1. Copy the existing apache config and create a custom config:

mkdir /usr/local/DirectAdmin/custombuild/custom
mkdir /usr/local/DirectAdmin/custombuild/custom/ap2
cp /usr/local/DirectAdmin/custombuild/configure/ap2/configure.php5 /usr/local/DirectAdmin/custombuild/custom/ap2/configure.php5

2. Edit the apache config file:

vi /usr/local/DirectAdmin/custombuild/custom/ap2/configure.php5 

Add below option into the config file

--enable-soap

** remember using the same \ syntax as you see in the file.

3. Build PHP by running the following command:

./build php n