~ubuntu-branches/ubuntu/precise/apache2/precise

« back to all changes in this revision

Viewing changes to docs/manual/mod/mpm_common.html.en

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-02-22 13:02:08 UTC
  • mfrom: (14.3.23 sid)
  • Revision ID: james.westby@ubuntu.com-20110222130208-5hrxnun6a8uygfhv
Tags: 2.2.17-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debain/apache2.py, debian/apache2.2-common.isntall: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
854
854
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>65536 on NetWare; varies on other operating systems</code></td></tr>
855
855
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
856
856
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
857
 
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
 
857
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/event.html">event</a></code></td></tr>
858
858
<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.1 and later</td></tr>
859
859
</table>
860
860
    <p>The <code class="directive">ThreadStackSize</code> directive sets the 
884
884
      of adjustment should only be made in a test environment which allows
885
885
      the full set of web server processing can be exercised, as there
886
886
      may be infrequent requests which require more stack to process.
887
 
      A change in the web server configuration can invalidate the
888
 
      current <code class="directive">ThreadStackSize</code> setting.</li>
 
887
      The minumum required stack size strongly depends on the modules
 
888
      used, but any change in the web server configuration can invalidate
 
889
      the current <code class="directive">ThreadStackSize</code> setting.</li>
889
890
    </ul>
890
891
 
 
892
    <div class="note">It is recommended to not reduce <code class="directive">ThreadStackSize</code>
 
893
    unless a high number of threads per child process is needed. On some
 
894
    platforms (including Linux), a setting of 128000 is already too low and
 
895
    causes crashes with some common modules.</div>
 
896
 
891
897
</div>
892
898
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
893
899
<div class="directive-section"><h2><a name="User" id="User">User</a> <a name="user" id="user">Directive</a></h2>