From: Stefan Fritsch Date: Mon, 13 Dec 2010 19:18:28 +0000 (+0000) Subject: fix compatibility info for ChrootDir X-Git-Tag: 2.3.11~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aaf943720e1df75f2c9311e96194c7f85965998;p=apache fix compatibility info for ChrootDir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045321 13f79535-47bb-0310-9956-ffa450edef68 --- 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 @@ Context:server config Status:Base Module:mod_unixd +Compatibility:Available in Apache 2.2.10 and later -

This directive, available in httpd 2.2.9(?) and later, tells the - server to chroot(8) to the specified directory after - startup, but before accepting requests over the 'net.

+

This directive tells the server to chroot(8) to the + specified directory after startup, but before accepting requests + over the 'net.

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 none server config mod_unixd +Available in Apache 2.2.10 and later -

This directive, available in httpd 2.2.9(?) and later, tells the - server to chroot(8) to the specified directory after - startup, but before accepting requests over the 'net.

+

This directive tells the server to chroot(8) to the + specified directory after startup, but before accepting requests + over the 'net.

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