<modulefile>mod_vhost_alias.xml</modulefile>
<modulefile>beos.xml.de</modulefile>
<modulefile>mpm_common.xml.de</modulefile>
- <modulefile>leader.xml</modulefile>
+ <modulefile>leader.xml.de</modulefile>
<modulefile>mpm_netware.xml</modulefile>
<modulefile>mpmt_os2.xml</modulefile>
<modulefile>perchild.xml</modulefile>
Multi-Processing-Modul (MPM) implementiert sind.</dd>
<dt><a href="beos.html">beos</a></dt><dd>Dieses Multi-Processing-Modul ist für BeOS
optimiert.</dd>
-<dt><a href="leader.html">leader</a></dt><dd>An experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code>
-MPM</dd>
+<dt><a href="leader.html">leader</a></dt><dd>Eine experimentelle Variante des Standard-MPMs
+ <code class="module"><a href="../mod/worker.html">worker</a></code></dd>
<dt><a href="mpm_netware.html">mpm_netware</a></dt><dd>Multi-Processing Module implementing an exclusively threaded web
server optimized for Novell NetWare</dd>
<dt><a href="mpmt_os2.html">mpmt_os2</a></dt><dd>Hybrid multi-process, multi-threaded MPM for OS/2</dd>
+URI: leader.html.de
+Content-Language: de
+Content-type: text/html; charset=ISO-8859-1
+
URI: leader.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
<div id="page-content">
<div id="preamble"><h1>Apache MPM leader</h1>
<div class="toplang">
-<p><span>Available Languages: </span><a href="../en/mod/leader.html" title="English"> en </a> |
+<p><span>Available Languages: </span><a href="../de/mod/leader.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
+<a href="../en/mod/leader.html" title="English"> en </a> |
<a href="../ko/mod/leader.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>An experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code>
</div>
<div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/mod/leader.html" title="English"> en </a> |
+<p><span>Available Languages: </span><a href="../de/mod/leader.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
+<a href="../en/mod/leader.html" title="English"> en </a> |
<a href="../ko/mod/leader.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div><div id="footer">
<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
<div id="page-content">
<div id="preamble"><h1>¾ÆÆÄÄ¡ MPM leader</h1>
<div class="toplang">
-<p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/leader.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/leader.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
+<a href="../en/mod/leader.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../ko/mod/leader.html" title="Korean"> ko </a></p>
</div>
<table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>Ç¥ÁØ <code class="module"><a href="../mod/worker.html">worker</a></code> MPMÀÇ ½ÇÇèÀûÀÎ º¯Çü</td></tr>
</div>
<div class="bottomlang">
-<p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/leader.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/leader.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
+<a href="../en/mod/leader.html" hreflang="en" rel="alternate" title="English"> en </a> |
<a href="../ko/mod/leader.html" title="Korean"> ko </a></p>
</div><div id="footer">
<p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
<relpath>..</relpath>
<variants>
+ <variant>de</variant>
<variant>en</variant>
<variant>ko</variant>
</variants>
<dt><code>-e <var>csv-file</var></code></dt>
<dd>Write a Comma separated value (CSV) file which contains for each
- percentage (from 1% to 100%) the time (in milli seconds) it took to serve
+ percentage (from 1% to 100%) the time (in milliseconds) it took to serve
that percentage of the requests. This is usually more useful than the
'gnuplot' file; as the results are already 'binned'.</dd>
then NDBM, then GDBM and then SDBM. The first library found will be the
library <code>dbmmanage</code> will attempt to use for all DBM file
transactions. This ordering is slightly different than the standard
- <code>@AnyDBM::ISA</code> ordering in perl, as well as the ordering used by
+ <code>@AnyDBM::ISA</code> ordering in Perl, as well as the ordering used by
the simple <code>dbmopen()</code> call in Perl, so if you use any other
utilities to manage your DBM files, they must also follow this preference
ordering. Similar care must be taken if using programs in other languages,
<dt><code>-t</code></dt>
<dd>Run syntax tests for configuration files only. The program
-immediately exits after these syntax parsing with either a return code
+immediately exits after these syntax parsing tests with either a return code
of 0 (Syntax OK) or return code not equal to 0 (Syntax Error). If -D
<var>DUMP</var>_<var>VHOSTS </var>is also set, details of the virtual host
configuration will be printed.</dd>
<p>This creates the files /var/logs/logfile.nnnn where nnnn is
the system time at which the log nominally starts (this time
will always be a multiple of the rotation time, so you can
- synchronize cron scripts with it). At the end of each rota-
- tion time (here after 24 hours) a new log is started.</p>
+ synchronize cron scripts with it). At the end of each rotation
+ time (here after 24 hours) a new log is started.</p>
<div class="example"><p><code>
CustomLog "|bin/rotatelogs /var/logs/logfile 5M" common
<dd>If you are <code>root</code>, this option displays the compile options of
<code>suexec</code>. For security reasons all configuration options are
-changable only at compile time.</dd>
+changeable only at compile time.</dd>
</dl>
</div></div>