You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2010/12/13 20:18:28 UTC

svn commit: r1045321 - in /httpd/httpd/trunk/docs/manual/mod: mod_unixd.html.en mod_unixd.xml

Author: sf
Date: Mon Dec 13 19:18:28 2010
New Revision: 1045321

URL: http://svn.apache.org/viewvc?rev=1045321&view=rev
Log:
fix compatibility info for ChrootDir

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_unixd.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en?rev=1045321&r1=1045320&r2=1045321&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en Mon Dec 13 19:18:28 2010
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_unixd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_unixd.xml?rev=1045321&r1=1045320&r2=1045321&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_unixd.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_unixd.xml Mon Dec 13 19:18:28 2010
@@ -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