Hey All,
I been searching and searching for a solution to this and found a way without disabling SELinux as it seems that is needed for security, so though I would share it with you.
Check here for all steps required
http://www.php2s.com/linux/how-to-in...ra-debian.html
This is the part... although I went through each step to make it fully work
-------------
After completing all these procedures it is almost ready to use it, give it a try but you will get a 500 OOPS permission denied error.
To fix it you need to add a nologin to the shell set.
vi /etc/shells
The file should look like this:
/bin/ksh
/usr/bin/rc
/usr/bin/tcsh
/bin/tcsh
/usr/bin/esh
/bin/dash
/bin/bash
/bin/rbash
Add this line at the end:
/usr/sbin/nologin