diff options
author | Rich Bowen <rbowen@apache.org> | 2020-06-06 20:15:51 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2020-06-06 20:15:51 +0200 |
commit | 4e34c68e4ee11e07b99b0458d5544d0750a62fe5 (patch) | |
tree | 2c37097382e1d24741c978d98ac204677ace96b0 /docs/manual/mod/mpmt_os2.html.en | |
parent | Remove 'blacklist' from our docs, as per (diff) | |
download | apache2-4e34c68e4ee11e07b99b0458d5544d0750a62fe5.tar.xz apache2-4e34c68e4ee11e07b99b0458d5544d0750a62fe5.zip |
rebuild docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpmt_os2.html.en')
-rw-r--r-- | docs/manual/mod/mpmt_os2.html.en | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mpmt_os2.html.en b/docs/manual/mod/mpmt_os2.html.en index 534ca4f0b1..4802099f4b 100644 --- a/docs/manual/mod/mpmt_os2.html.en +++ b/docs/manual/mod/mpmt_os2.html.en @@ -27,18 +27,18 @@ <div id="preamble"><h1>Apache MPM os2</h1> <div class="toplang"> <p><span>Available Languages: </span><a href="../en/mod/mpmt_os2.html" title="English"> en </a> | -<a href="../fr/mod/mpmt_os2.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> +<a href="../fr/mod/mpmt_os2.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Hybrid multi-process, multi-threaded MPM for OS/2</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> -<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mpm_mpmt_os2_module</td></tr> -<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mpmt_os2.c</td></tr></table> +<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mpm_mpmt_os2_module</td></tr> +<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mpmt_os2.c</td></tr></table> <h3>Summary</h3> <p>The Server consists of a main, parent process and a small, static number of child processes.</p> - <p>The parent process' job is to manage the child processes. This + <p>The parent process's job is to manage the child processes. This involves spawning children as required to ensure there are always <code class="directive"><a href="../mod/mpm_common.html#startservers">StartServers</a></code> processes accepting connections.</p> @@ -73,7 +73,7 @@ uses</a></li> </div> <div class="bottomlang"> <p><span>Available Languages: </span><a href="../en/mod/mpmt_os2.html" title="English"> en </a> | -<a href="../fr/mod/mpmt_os2.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> +<a href="../fr/mod/mpmt_os2.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div> <script type="text/javascript"><!--//--><![CDATA[//><!-- var comments_shortname = 'httpd'; |