Forum Moderators: coopster

Message Too Old, No Replies

need help to install suphp with php5

php5 + suphp not working

         

ephdia

7:39 am on Jan 8, 2009 (gmt 0)

10+ Year Member



Hello,
I have installed apache2.2.9 and php5.2.6.Now trying to install suphp,
i din't get any error while compiling suphp with the command:


"./configure --with-php=/usr/local/php5/bin/php --with-apxs=/usr/local/apache2/bin/apxs --with-apache-user=daemon --with-apr=/usr/bin/apr-1-config --with-logfile=/usr/local/apache2/logs/suphp.log"


But suphp is not seems to be running.suphp.log log file is not created.while checking with code

"<?
print "hello world<p>\n";
system("id");
?>"

I get wrong value.Could anyone help me to enable suphp correctly with php5.

Thanks,
ephdia

eelixduppy

2:40 pm on Jan 8, 2009 (gmt 0)



Did you make and make install it?

ephdia

3:50 am on Jan 9, 2009 (gmt 0)

10+ Year Member



Yes i did it.