enabling/disabling suexec for chrooted httpd What needs to be done to enable suexec for httpd? I checked "httpd -l"
and it had "suexec: disabled; invalid wrapper /usr/sbin/suexec". I
also checked "suexec -V" and it seemed to be configured correctly. The
only "problem" I can see is that suexec was compiled with minuid=1000
and the www user has a uid of 67. This is all coming from the default
install.
How can I tell if suexec is running correctly? httpd is still
chrooted, I just wanted to also turn on suexec. No reason, just
thought I'ld try it to know for future reference. |