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