From: Aaron Bannert Date: Mon, 27 May 2002 02:38:51 +0000 (+0000) Subject: Reorder these directives to match the output from ./configure --help X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d8abb3711c1791e96a644f4f7a2c102719fcbaf;p=apache Reorder these directives to match the output from ./configure --help git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index 0448c942ec..56f22badee 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -394,24 +394,6 @@ Apache normally runs. This is the only user allowed to execute this program. -
--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 - suEXEC behavior. The default directory is the --datadir value - with the suffix "/htdocs", e.g. if you configure - with "--datadir=/home/apache" the directory - "/home/apache/htdocs" is used as document root for the suEXEC - wrapper.
- -
--with-suexec-logfile=FILE
- -
This defines the filename to which all suEXEC - transactions and errors are logged (useful for auditing and - debugging purposes). By default the logfile is named - "suexec_log" and located in your standard logfile directory - (--logfiledir).
-
--with-suexec-userdir=DIR
Define to be the subdirectory under users' home @@ -430,6 +412,16 @@ this is not defined properly, "~userdir" cgi requests will not work!
+
--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 + suEXEC behavior. The default directory is the --datadir value + with the suffix "/htdocs", e.g. if you configure + with "--datadir=/home/apache" the directory + "/home/apache/htdocs" is used as document root for the suEXEC + wrapper.
+
--with-suexec-uidmin=UID
Define this as the lowest UID allowed to be a target user @@ -442,6 +434,14 @@ group for suEXEC. For most systems, 100 is common and therefore used as default value.
+
--with-suexec-logfile=FILE
+ +
This defines the filename to which all suEXEC + transactions and errors are logged (useful for auditing and + debugging purposes). By default the logfile is named + "suexec_log" and located in your standard logfile directory + (--logfiledir).
+
--with-suexec-safepath=PATH
Define a safe PATH environment to pass to CGI