summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-12-13 20:18:28 +0100
committerStefan Fritsch <sf@apache.org>2010-12-13 20:18:28 +0100
commit6aaf943720e1df75f2c9311e96194c7f85965998 (patch)
tree5a90b33ae5a6781c5a2cd646870c4c0a89f8dac2 /docs/manual
parentAnd roll on 2.3.11... (diff)
downloadapache2-6aaf943720e1df75f2c9311e96194c7f85965998.tar.xz
apache2-6aaf943720e1df75f2c9311e96194c7f85965998.zip
fix compatibility info for ChrootDir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_unixd.html.en7
-rw-r--r--docs/manual/mod/mod_unixd.xml7
2 files changed, 8 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_unixd.html.en b/docs/manual/mod/mod_unixd.html.en
index 88a2ca370e..49d0fd2205 100644
--- a/docs/manual/mod/mod_unixd.html.en
+++ b/docs/manual/mod/mod_unixd.html.en
@@ -48,10 +48,11 @@
<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
diff --git a/docs/manual/mod/mod_unixd.xml b/docs/manual/mod/mod_unixd.xml
index 9c8fe0636a..f16541f892 100644
--- a/docs/manual/mod/mod_unixd.xml
+++ b/docs/manual/mod/mod_unixd.xml
@@ -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