diff options
Diffstat (limited to 'docs/manual/programs/configure.html.en')
-rw-r--r-- | docs/manual/programs/configure.html.en | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 67ca536a..9b249f73 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -304,8 +304,8 @@ <p>To find out which modules are compiled by default, run <code>./configure -h</code> or <code>./configure --help</code> and look under <code>Optional Features</code>. Suppose you - are interested in <code class="module"><a href="../mod/mod_example1.html">mod_example1</a></code> and - <code class="module"><a href="../mod/mod_example2.html">mod_example2</a></code>, and you + are interested in <code>mod_example1</code> and + <code>mod_example2</code>, and you see this:</p> <div class="example"><pre>Optional Features: @@ -427,16 +427,6 @@ <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directives for all built modules can be activated via the configure option <code>--enable-load-all-modules</code>.</p> - <p><strong>Caveat:</strong> - <code>--enable-mods-shared=all</code> does not actually build all - modules. To build all modules then, one might use:</p> - <div class="example"><p><code> - ./configure \<br /> - <span class="indent"> - --with-ldap \<br /> - --enable-mods-shared="all ssl ldap cache proxy authn_alias file_cache authnz_ldap charset_lite dav_lock cache_disk" - </span> - </code></p></div> </dd> <dt><code>--enable-mods-static=<var>MODULE-LIST</var></code></dt> @@ -705,7 +695,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/programs/configure.h } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |