Install php soap on the linux plesk server

How to install php soap on the linux plesk server(centos 5 -i386) ? Ans : You can easily installed php soap by using the rpm rpm -ivh http://www6.atomicorp.com/channels/atomic/centos/5/i386/RPMS/php-soap-5.2.13-1.el5.art.i386.rpm Then check it by using the command php -m | grep soap soap Done

Install Apache, PHP5 And MySQL Support On CentOS 6.5 Server

Install Apache, PHP5 And MySQL Support On CentOS 6.5   Apache is available as a CentOS package, therefore we can install it like this: #yum -y install httpd Now configure your system to start Apache at boot time… #chkconfig –levels 235 httpd on and now start Apache: #/etc/init.d/httpd start To install MySQL, we do this: […]