]> granicus.if.org Git - apache/commitdiff
fix compatibility info for ChrootDir
authorStefan Fritsch <sf@apache.org>
Mon, 13 Dec 2010 19:18:28 +0000 (19:18 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 13 Dec 2010 19:18:28 +0000 (19:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045321 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_unixd.html.en
docs/manual/mod/mod_unixd.xml

index 88a2ca370e8bfaca5e6bbaaac4d4e2204a9ae2f9..49d0fd2205477f56aaaff1fc7c84fa1a623bd1c9 100644 (file)
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mod_unixd.html">mod_unixd</a></code></td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.2.10 and later</td></tr>
 </table>
-    <p>This directive, available in httpd 2.2.9(?) and later, tells the
-    server to <var>chroot(8)</var> to the specified directory after
-    startup, but before accepting requests over the 'net.</p>
+    <p>This directive tells the server to <var>chroot(8)</var> to the
+    specified directory after startup, but before accepting requests
+    over the 'net.</p>
     <p>Note that running the server under chroot is not simple,
     and requires additional setup, particularly if you are running
     scripts such as CGI or PHP.  Please make sure you are properly
index 9c8fe0636a368e9968d11b1193b7d4630ef99edd..f16541f892aa2aec8ccedc2a4e80ed140daae26a 100644 (file)
@@ -128,11 +128,12 @@ requests</description>
 <default>none</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>mod_unixd</module></modulelist>
+<compatibility>Available in Apache 2.2.10 and later</compatibility>
 
 <usage>
-    <p>This directive, available in httpd 2.2.9(?) and later, tells the
-    server to <var>chroot(8)</var> to the specified directory after
-    startup, but before accepting requests over the 'net.</p>
+    <p>This directive tells the server to <var>chroot(8)</var> to the
+    specified directory after startup, but before accepting requests
+    over the 'net.</p>
     <p>Note that running the server under chroot is not simple,
     and requires additional setup, particularly if you are running
     scripts such as CGI or PHP.  Please make sure you are properly