Trying to run chrooted suPHP with UserDir, getting 500 server error
- by Greg Antowski
I've managed to get suPHP working fine with UserDir (i.e. PHP files run from the /home/$username/public_html) directory, but I can't get it to work when I chroot it to the user's home directory.
I've been following this guide:
http://compilefailure.blogspot.co.nz/2011/09/suphp-chroot-gotchas.html
And adapting it to my needs. I'm not creating…