I'd like to make it so that my PHP code isn't readable by other users (as the code might contain database passwords) and possibly have it run under a different user ID too so it can have access to files normal users don't. How would I set something like this up?
In other words, is there a way to do something like SuEXEC/cgiwrap for PHP with Apache?