diff options
author | Stefan Fritsch <sf@apache.org> | 2010-12-13 20:18:28 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-12-13 20:18:28 +0100 |
commit | 6aaf943720e1df75f2c9311e96194c7f85965998 (patch) | |
tree | 5a90b33ae5a6781c5a2cd646870c4c0a89f8dac2 /docs/manual/mod/mod_unixd.html.en | |
parent | And roll on 2.3.11... (diff) | |
download | apache2-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/mod/mod_unixd.html.en')
-rw-r--r-- | docs/manual/mod/mod_unixd.html.en | 7 |
1 files changed, 4 insertions, 3 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 |