]> granicus.if.org Git - apache/commitdiff
Reorder these directives to match the output from ./configure --help
authorAaron Bannert <aaron@apache.org>
Mon, 27 May 2002 02:38:51 +0000 (02:38 +0000)
committerAaron Bannert <aaron@apache.org>
Mon, 27 May 2002 02:38:51 +0000 (02:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95303 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/suexec.html.en

index 0448c942ecbd722a3b92828f7f499cd89d467470..56f22badeeda93412169268206531acfd1f39a7a 100644 (file)
       Apache normally runs. This is the only user allowed to
       execute this program.</dd>
 
-      <dt><code>--with-suexec-docroot=<em>DIR</em></code></dt>
-
-      <dd>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", <em>e.g.</em> if you configure
-      with "<code>--datadir=/home/apache</code>" the directory
-      "/home/apache/htdocs" is used as document root for the suEXEC
-      wrapper.</dd>
-
-      <dt><code>--with-suexec-logfile=<em>FILE</em></code></dt>
-
-      <dd>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).</dd>
-
       <dt><code>--with-suexec-userdir=<em>DIR</em></code></dt>
 
       <dd>Define to be the subdirectory under users' home
       this is not defined properly, "~userdir" cgi requests will
       not work!</strong></dd>
 
+      <dt><code>--with-suexec-docroot=<em>DIR</em></code></dt>
+
+      <dd>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", <em>e.g.</em> if you configure
+      with "<code>--datadir=/home/apache</code>" the directory
+      "/home/apache/htdocs" is used as document root for the suEXEC
+      wrapper.</dd>
+
       <dt><code>--with-suexec-uidmin=<em>UID</em></code></dt>
 
       <dd>Define this as the lowest UID allowed to be a target user
       group for suEXEC. For most systems, 100 is common and
       therefore used as default value.</dd>
 
+      <dt><code>--with-suexec-logfile=<em>FILE</em></code></dt>
+
+      <dd>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).</dd>
+
       <dt><code>--with-suexec-safepath=<em>PATH</em></code></dt>
 
       <dd>Define a safe PATH environment to pass to CGI