I have been trying to get mod_suPHP working on Centos 7's httpd, just as I've done with versions 5 and 6. I found a couple RPMs that others have built, and I even compiled suPHP from source, and got a successful compile. Each time, I can see with phpinfo() that the mod_suPHP module did indeed load, yet I cannot seem to get any script to run in a user other than the default of 'nobody'.
Has anyone else had success with this? For a virtual hosting environment, I really need this type of functionality. 7 is definitely a different animal, but there must be something I am missing. I do have selinux disabled.
Bob
On 05/24/2015 12:20 PM, Bob Puff wrote:
I have been trying to get mod_suPHP working on Centos 7's httpd, just as I've done with versions 5 and 6. I found a couple RPMs that others have built, and I even compiled suPHP from source, and got a successful compile. Each time, I can see with phpinfo() that the mod_suPHP module did indeed load, yet I cannot seem to get any script to run in a user other than the default of 'nobody'.
Has anyone else had success with this? For a virtual hosting environment, I really need this type of functionality. 7 is definitely a different animal, but there must be something I am missing. I do have selinux disabled.
Bob _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I gave up and went with mod_ruid2, which is pretty much a drop-in replacement for suPHP