The present suphp port has some incorrect framework for specification of where the logfile points, assuming the user DOES NOT specify the LOG_PATH variable upon build (by default, it's empty). The logfile will end up in / (a.k.a. /suphp.log), which is naughty. The included Makefile patch should fix things up by removing LOG_PATH and WITH_LOGNAME, and using a single variable: LOGFILE, which by default points to /var/log/suphp.log. Fix: See attached patch below. How-To-Repeat: Build suphp without defining LOG_PATH.
State Changed From-To: open->closed committed, thanks