PDA

View Full Version : OpenSuSE 10 suphp and apache2?


doom4
18th September 2006, 16:59
Can anybody tell me howto install suphp on OpenSuSE 10?

I compilied susphp like this:
./configure --sysconfdir=/etc --with-apache-user=wwwrun --with-setid-mode=owner --with-apxs=/usr/sbin/apxs2 --disable-checkpath

then i used the standart config from the tar ball and i added in /etc/sysconfig/apache2 at modules suphp and in one vhost i turned suphp on apache2 starts with no errors and phpinfo(); shows that mod_suphp is loaded but it makes no differences if suphp is on or off or if i make changes to the conf file like increasing the uid i dont get the normal error message when opening a page.

hope somebody can help!

falko
19th September 2006, 16:19
What's in your Apache's error log?
What did you put into the Apache configuration?
Did you have a look at this tutorial? http://www.howtoforge.com/apache2_suphp_php4_php5