git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@595959
13f79535-47bb-0310-9956-
ffa450edef68
<p>Since memory usage is such an important consideration in
- performance, you should attempt to eliminate modules that youare
+ performance, you should attempt to eliminate modules that you are
not actually using. If you have built the modules as <a href="../dso.html">DSOs</a>, eliminating modules is a simple
matter of commenting out the associated <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive for that module.
This allows you to experiment with removing modules, and seeing
<title>Modules</title>
<p>Since memory usage is such an important consideration in
- performance, you should attempt to eliminate modules that youare
+ performance, you should attempt to eliminate modules that you are
not actually using. If you have built the modules as <a
href="../dso.html">DSOs</a>, eliminating modules is a simple
matter of commenting out the associated <directive