PDA

View Full Version : Walktrough for SuPHP



HovardKr
May 29th, 2007, 10:47 AM
Hi!

I need some help to configure a webserver for internal use (just for website development). I have set up an old computer and installed latest Ubuntu desktop version. I have also installed Apache2, PHP5 and PhpMyAdmin.

Since there are som issues with users permissions I would really like to install SuPHP. But now after two days of not being able to install it on my own, I would be happy if someone could help me with an walktrough. I am pretty new to Ubuntu and Linux, but I understand how it works, and I am learning... :)

Keywords: Clean Ubuntu desktop installation, clean Apache2 installation and clean PHP5 installation...

What is next step...?

(Sorry for any bad spelling)

:popcorn:

jonny.allred
August 20th, 2007, 02:31 PM
suPHP is easily installed using apt-get or aptitude. Just search suphp and find the required files.

jonny@longboardersunite:~$ apt-cache search suphp libapache-mod-suphp - Apache module to run php scripts with the owner permissions
libapache2-mod-suphp - Apache2 module to run php scripts with the owner permissions
suphp-common - Common files for mod suphp

Check the apache logs in var/log/apache2/error.log if you get any internal server errors. They are very informative.

Also, note that the suphp config file is /etc/suphp/suphp.conf.

Check out
http://www.howtoforge.com/apache2_suphp_php4_php5_p2
and
http://wiki.apache.org/httpd/PrivilegeSeparation
for more info.

cordoval
November 4th, 2010, 02:01 AM
I have not found much help so far and I am trying to set suphp with ubuntu same as you now Ubuntu Maverick 10.10 and no success.

Please help

thanks

Luis

petrovicivan
March 14th, 2011, 11:21 PM
Here is http://hartlessbydesign.com/blog/view/196-ubuntu-1004-suphp-and-phpmyadmin

silv3rm00n
November 27th, 2011, 01:24 PM
Suphp installation guide :

http://www.binarytides.com/blog/install-suphp-on-ubuntu-linux/