|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SUEXEC(8) suexec SUEXEC(8)
NAME
suexec - Switch user before executing external programs
SYNOPSIS
suexec -V
SUMMARY
suexec is used by the Apache HTTP Server to switch to another user before executing CGI programs. In
order to achieve this, it must run as root. Since the HTTP daemon normally doesn't run as root, the
suexec executable needs the setuid bit set and must be owned by root. It should never be writable for
any other person than root.
For further information about the concepts and and the security model of suexec please refer to the
suexec documentation (http://httpd.apache.org/docs/2.2/suexec.html)
OPTIONS
-V If you are root, this option displays the compile options of suexec. For security reasons all
configuration options are changeable only at compile time.
Apache HTTP Server 2005-11-13 SUEXEC(8)
|
|