Hi Jeff, Jeff Donchez schrieb: > I have a script that I'm writing that's centralized on the server and > is allowed to be executed by any domain on the server.. but suPHP > doesn't like the fact that it is configured that way, it errors out > when trying to run it because it's not owned by the user/group that's > trying to execute it. can I disable "paranoid" on a specific > directory? or tell suPHP not to test a certain directory?
At the moment, this is not possible, and probably it will never be possible for security reasons. However, if - even considering all the potential security issues - you still want to patch suPHP to implement this behavior, you might be interested in the attached patch. This patch was kindly provided cPanel and adds a switch for paranoid mode to the suphp.conf. Of course this is still server-wide and not per directory, but it should be a good base for writing a per directory patch, as it makes the original compile-time setting a runtime setting. Regards Sebastian _______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
