41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
|
$OpenBSD: patch-docs_man_suexec_8,v 1.1 2007/01/16 01:12:26 deanna Exp $
|
||
|
--- docs/man/suexec.8.orig Sun Jan 14 19:01:44 2007
|
||
|
+++ docs/man/suexec.8 Sun Jan 14 19:14:21 2007
|
||
|
@@ -19,24 +19,24 @@
|
||
|
.el .ne 3
|
||
|
.IP "\\$1" \\$2
|
||
|
..
|
||
|
-.TH "SUEXEC" 8 "2005-11-13" "Apache HTTP Server" "suexec"
|
||
|
+.TH "SUEXEC2" 8 "2005-11-13" "Apache HTTP Server" "suexec2"
|
||
|
|
||
|
.SH NAME
|
||
|
-suexec \- Switch user before executing external programs
|
||
|
+suexec2 \- Switch user before executing external programs
|
||
|
|
||
|
.SH "SYNOPSIS"
|
||
|
|
||
|
.PP
|
||
|
-\fBsuexec\fR -\fBV\fR
|
||
|
+\fBsuexec2\fR -\fBV\fR
|
||
|
|
||
|
|
||
|
.SH "SUMMARY"
|
||
|
|
||
|
.PP
|
||
|
-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\&.
|
||
|
+suexec2 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 suexec2 executable needs the setuid bit set and must be owned by root\&. It should never be writable for any other person than root\&.
|
||
|
|
||
|
.PP
|
||
|
-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)\&.
|
||
|
+For further information about the concepts and and the security model of suexec2 please refer to the suexec2 documentation (http://httpd\&.apache\&.org/docs/2\&.2/suexec2\&.html)\&.
|
||
|
|
||
|
|
||
|
.SH "OPTIONS"
|
||
|
@@ -44,5 +44,5 @@ For further information about the concep
|
||
|
|
||
|
.TP
|
||
|
-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\&.
|
||
|
+If you are root, this option displays the compile options of suexec2\&. For security reasons all configuration options are changeable only at compile time\&.
|
||
|
|