From: Richard Bowen Date: Sun, 12 May 2002 23:53:42 +0000 (+0000) Subject: The suexec arguments now start with --with. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d59e0a50b1d2c2f686982683784514508b8b2fc;p=apache The suexec arguments now start with --with. Note that there are also two arguments missing, according to ./configure --help. Specifically, --with-suexec-bin and --with-suexec-umask. Can I can add those in, if desired, but if someone more familiar with it could do so, perhaps it would be a little more descriptive. Obtained from: #apache on openprojects.net git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95050 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index 42098e6a03..0448c942ec 100644 --- a/docs/manual/suexec.html +++ b/docs/manual/suexec.html @@ -384,17 +384,17 @@
This option enables the suEXEC feature which is never installed or activated by default. At least one - --suexec-xxxxx option has to be provided together with the + --with-suexec-xxxxx option has to be provided together with the --enable-suexec option to let APACI accept your request for using the suEXEC feature.
-
--suexec-caller=UID
+
--with-suexec-caller=UID
The username under which Apache normally runs. This is the only user allowed to execute this program.
-
--suexec-docroot=DIR
+
--with-suexec-docroot=DIR
Define as the DocumentRoot set for Apache. This will be the only hierarchy (aside from UserDirs) that can be used for @@ -404,7 +404,7 @@ "/home/apache/htdocs" is used as document root for the suEXEC wrapper.
-
--suexec-logfile=FILE
+
--with-suexec-logfile=FILE
This defines the filename to which all suEXEC transactions and errors are logged (useful for auditing and @@ -412,7 +412,7 @@ "suexec_log" and located in your standard logfile directory (--logfiledir).
-
--suexec-userdir=DIR
+
--with-suexec-userdir=DIR
Define to be the subdirectory under users' home directories where suEXEC access should be allowed. All @@ -430,19 +430,19 @@ this is not defined properly, "~userdir" cgi requests will not work!
-
--suexec-uidmin=UID
+
--with-suexec-uidmin=UID
Define this as the lowest UID allowed to be a target user for suEXEC. For most systems, 500 or 100 is common. Default value is 100.
-
--suexec-gidmin=GID
+
--with-suexec-gidmin=GID
Define this as the lowest GID allowed to be a target group for suEXEC. For most systems, 100 is common and therefore used as default value.
-
--suexec-safepath=PATH
+
--with-suexec-safepath=PATH
Define a safe PATH environment to pass to CGI executables. Default value is @@ -550,7 +550,7 @@

Debugging suEXEC

The suEXEC wrapper will write log information - to the file defined with the --suexec-logfile option as + to the file defined with the --with-suexec-logfile option as indicated above. If you feel you have configured and installed the wrapper properly, have a look at this log and the error_log for the server to see where you may have gone astray.

diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index 42098e6a03..0448c942ec 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -384,17 +384,17 @@
This option enables the suEXEC feature which is never installed or activated by default. At least one - --suexec-xxxxx option has to be provided together with the + --with-suexec-xxxxx option has to be provided together with the --enable-suexec option to let APACI accept your request for using the suEXEC feature.
-
--suexec-caller=UID
+
--with-suexec-caller=UID
The username under which Apache normally runs. This is the only user allowed to execute this program.
-
--suexec-docroot=DIR
+
--with-suexec-docroot=DIR
Define as the DocumentRoot set for Apache. This will be the only hierarchy (aside from UserDirs) that can be used for @@ -404,7 +404,7 @@ "/home/apache/htdocs" is used as document root for the suEXEC wrapper.
-
--suexec-logfile=FILE
+
--with-suexec-logfile=FILE
This defines the filename to which all suEXEC transactions and errors are logged (useful for auditing and @@ -412,7 +412,7 @@ "suexec_log" and located in your standard logfile directory (--logfiledir).
-
--suexec-userdir=DIR
+
--with-suexec-userdir=DIR
Define to be the subdirectory under users' home directories where suEXEC access should be allowed. All @@ -430,19 +430,19 @@ this is not defined properly, "~userdir" cgi requests will not work!
-
--suexec-uidmin=UID
+
--with-suexec-uidmin=UID
Define this as the lowest UID allowed to be a target user for suEXEC. For most systems, 500 or 100 is common. Default value is 100.
-
--suexec-gidmin=GID
+
--with-suexec-gidmin=GID
Define this as the lowest GID allowed to be a target group for suEXEC. For most systems, 100 is common and therefore used as default value.
-
--suexec-safepath=PATH
+
--with-suexec-safepath=PATH
Define a safe PATH environment to pass to CGI executables. Default value is @@ -550,7 +550,7 @@

Debugging suEXEC

The suEXEC wrapper will write log information - to the file defined with the --suexec-logfile option as + to the file defined with the --with-suexec-logfile option as indicated above. If you feel you have configured and installed the wrapper properly, have a look at this log and the error_log for the server to see where you may have gone astray.