diff options
author | Joe Orton <jorton@apache.org> | 2009-01-15 14:21:46 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2009-01-15 14:21:46 +0100 |
commit | 1127bf9f153000e644ac095981d954c8f610eb3f (patch) | |
tree | b00d9e3cb28d5652e21b3c6c0f9ee017fe74d6f5 /docs/manual/mod/mod_unixd.html.en | |
parent | * docs/manual/ssl: Drop specific commercial CA recommendations. (diff) | |
download | apache2-1127bf9f153000e644ac095981d954c8f610eb3f.tar.xz apache2-1127bf9f153000e644ac095981d954c8f610eb3f.zip |
* docs/manual: 'build.sh all'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734694 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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_unixd.html.en b/docs/manual/mod/mod_unixd.html.en index 152708480a..10e03fbad0 100644 --- a/docs/manual/mod/mod_unixd.html.en +++ b/docs/manual/mod/mod_unixd.html.en @@ -19,13 +19,13 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a> > <a href="./">Modules</a></div> <div id="page-content"> -<div id="preamble"><h1>Apache Core Features</h1> +<div id="preamble"><h1>Apache Module mod_unixd</h1> <div class="toplang"> <p><span>Available Languages: </span><a href="../en/mod/mod_unixd.html" title="English"> en </a> | <a href="../tr/mod/mod_unixd.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Basic (required) security for Unix-family platforms.</td></tr> -<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Core</td></tr></table> +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr></table> </div> <div id="quickview"><h3 class="directives">Directives</h3> <ul id="toc"> @@ -42,8 +42,8 @@ <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ChrootDir <var>/path/to/directory</var></code></td></tr> <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>none</code></td></tr> <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>Core</td></tr> -<tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></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> </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 @@ -63,7 +63,7 @@ requests</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Group <var>unix-group</var></code></td></tr> <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>Group #-1</code></td></tr> <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>Core</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>mod_unixd</td></tr> <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Only valid in global server config since Apache 2.0</td></tr> @@ -111,7 +111,7 @@ requests</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>User <var>unix-userid</var></code></td></tr> <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>User #-1</code></td></tr> <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>Core</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>mod_unixd</td></tr> <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Only valid in global server config since Apache 2.0</td></tr> |