Jason, On 21-Aug-07, at 10:47 AM, Jason Bhalla-Gaunt wrote:
> Hi again Simon, > > Yes, PHP4 was running prior to suPHP being installed, although I > can't find any LoadModule or AddModules that reference PHP in any > way in the config file. > > On 21 Aug 2007, at 15:32, Simon Boulet wrote: > >> >> Did you had PHP running as a module before installing SuPHP? >> >> If so, have you disabled the PHP module form config file? see >> LoadModule and AddModule in your httpd.conf >> >> First, you need to make sure SuPHP is called instead of the previous PHP module you had. Try disabling mod_suphp from your httpd.conf, and see if PHP is still being interpreted. Also try running "httpd -l" on your server, perhaps PHP is built-in. Another trick to check is if PHP is being run as a CGI (SuPHP runs PHP scripts as CGIs...) or as an Apache module from a phpinfo(). Have a look at "Server API", it must say "CGI". Simon _______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
