1SUEXEC(8) suexec SUEXEC(8)
2
3
4
6 suexec - Switch user before executing external programs
7
8
10 suexec -V
11
12
13
15 suexec is used by the Apache HTTP Server to switch to another user
16 before executing CGI programs. In order to achieve this, it must run as
17 root. Since the HTTP daemon normally doesn't run as root, the suexec
18 executable needs the setuid bit set and must be owned by root. It
19 should never be writable for any other person than root.
20
21
22 For further information about the concepts and the security model of
23 suexec please refer to the suexec documentation
24 (http://httpd.apache.org/docs/2.4/suexec.html).
25
26
27
29 -V If you are root, this option displays the compile options of
30 suexec. For security reasons all configuration options are
31 changeable only at compile time.
32
33
34
35
36Apache HTTP Server 2018-07-06 SUEXEC(8)