LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   suphp - security + installation (https://www.linuxquestions.org/questions/linux-software-2/suphp-security-installation-915791/)

agriz 11-27-2011 09:02 AM

suphp - security + installation
 
Hi

SuPHP says "It provides security, because the PHP scripts are not run with the rights of the webserver's user."

In security wise : I have only root user now. How do i create an normal linux user and assign SuPHP to that user group?

How do i install SuPHP?

yum install suphp is returning no package found in centos 6

Thanks

agriz 11-27-2011 12:43 PM

wget http://suphp.org/download/suphp-0.7.1.tar.gz
tar xvfz suphp-0.7.1.tar.gz


cd suphp-0.7.1/

./configure --prefix=/usr --sysconfdir=/etc --with-apr=/usr/bin/apr-1-config --with-apxs=/usr/sbin/apxs --with-apache-user=apache --with-setid-mode=owner --with-php=/usr/bin/php-cgi --with-logfile=/var/log/httpd/suphp_log --enable-SUPHP_USE_USERGROUP=yes

Which is not working.


Any help


All times are GMT -5. The time now is 08:09 AM.