vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| ||||
| unbending@hushmail.com wrote in message news:<74f539dc.0312191510.627fcd86@posting.google. com>... > 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. Finally found the fix: shell# chmod u+s /usr/sbin/suexec Probably need to do that as root. |