</dd>
<dt>Non-enabled modules</dt><dd>
<p>To use it with a libxml2-based module that isn't explicitly enabled for
- mod_xml2enc, you will have to configure the filter chain yourself.
- So to use it with a filter foo provided by a module mod_foo to
- improve the latter's i18n support with HTML and XML, you could use</p>
+ mod_xml2enc, you will have to configure the filter chain yourself. So to
+ use it with a filter <strong>foo</strong> provided by a module
+ <strong>mod_foo</strong> to improve the latter's i18n support with HTML and
+ XML, you could use</p>
<pre><code>
FilterProvider iconv xml2enc Content-Type $text/html
FilterProvider iconv xml2enc Content-Type $xml
FilterProvider markup foo Content-Type $xml
FilterChain iconv markup
</code></pre>
- <p>mod_foo will now support any character set supported by either
+ <p><strong>mod_foo</strong> will now support any character set supported by either
(or both) of libxml2 or apr_xlate/iconv.</p>
</dd></dl>
</section>
runtime, without recompiling the server. If Apache is compiled
normally, it will install a number of optional modules in the
<code>\Apache2.&httpd.minor;\modules</code> directory. To activate these or
- other modules, the new <directive module="mod_so">LoadModule</directive>
+ other modules, the <directive module="mod_so">LoadModule</directive>
directive must be used. For example, to activate the status
module, use the following (in addition to the status-activating
directives in <code>access.conf</code>):</p>