On Mon, 2010-08-02 at 08:26 -0500, Seth Galitzer wrote: > Yes I do have mod_php installed and I can easily disable it > independently of mod_suphp under debian/ubuntu. The problem is that if > I disable mod_php then mod_suphp still doesn't take over and no php > pages are served. Apache returns a 500 error.
In which case, looking at the Apache httpd error log would be a good start. If *nothing* is trying to process the PHP code, it will be delivered as plain text to the browser. Something must be trying to process it, which is why httpd is falling over. Graeme
signature.asc
Description: This is a digitally signed message part
_______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
