How to install and configure SuPHP

suphp

The SuPHP is Developed by Sebastian Marsching . The source package is available licensed under the GNU GPLv2. Even though there are several binary installation packages (rpm) from several third-party repositories, for best compatibility and performance it is recommended that you compile the software yourself.

Procedure to install SuPhp

 

===== === ===

Download the source **suphp-0.7.2.tar.gz** from —www.suphp.org— to /root/download folder

[root@jaguar root]# cd /root/download

[root@jaguar download]# tar –xvf suphp-0.7.2.tar.gz

[root@jaguar download]# cd /root/download/suphp-0.7.2

[root@jaguar suphp-0.7.2]# yum -y install apr-util-devel

[root@jaguar suphp-0.7.2]# yum -y install httpd-devel

[root@jaguar suphp-0.7.2]# yum -y install gcc-c++

[root@jaguar suphp-0.7.2]# libtoolize –force

[root@jaguar suphp-0.7.2]# aclocal

[root@jaguar suphp-0.7.2]# autoheader

[root@jaguar suphp-0.7.2]# automake –force-missing –add-missing

[root@jaguar suphp-0.7.2]# autoconf

.

Configure and install the source

[root@jaguar suphp-0.7.2]# ./configure –with-apr=/usr/bin/apr-1-config

[root@jaguar suphp-0.7.2]# make

[root@jaguar suphp-0.7.2]# make install

Be the first to comment on "How to install and configure SuPHP"

Leave a comment