]> granicus.if.org Git - apache/commitdiff
Fixed up as per PR#28310, will back-port to /2.2/
authorTony Stevenson <pctony@apache.org>
Fri, 2 Nov 2007 15:39:20 +0000 (15:39 +0000)
committerTony Stevenson <pctony@apache.org>
Fri, 2 Nov 2007 15:39:20 +0000 (15:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@591370 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.html.en
docs/manual/programs/configure.xml

index ae2061663e82b9bfb7a4dd4ad27af39e44f87770..32babd7fc631287ce47883d977b3e76af194150b 100644 (file)
@@ -19,7 +19,7 @@
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>configure - Configure the source tree</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/programs/configure.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="">&nbsp;ko&nbsp;</a></p>
 </div>
 
     <p>The <code>configure</code> script configures the source tree
           </code></p></div>
           <p>will compile most modules and build them as DSO modules.
             </p>
+         <p><em><strong>Caveat: </strong></em><code> --enable-mods-shared=all </code> does not
+               actually build all modules. To build all modules then, one might use:
+       <div class="example"><p><code>./configure \ <br />
+               --with-ldap \ <br />
+               --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache" </code></p></div>
+         </p>
         </dd>
                     
         <dt><code>--enable-modules=<var>MODULE-LIST</var></code></dt>
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/configure.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="">&nbsp;ko&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2007 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="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
index 6a09e17e955fa1b743700f08b0527266214b7616..5b5e719bda5dba803ba6b4c78a8dfc9559235070 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8' ?>
+<?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
 <!-- $LastChangedRevision$ -->
           <p>will compile most modules and build them as DSO modules.
             <!-- See <a href="../install/enabledmodules.html">Overview of
               enabled modules</a> for further information. --></p>
+         <p><em><strong>Caveat: </strong></em><code> --enable-mods-shared=all </code> does not
+               actually build all modules. To build all modules then, one might use:
+       <example>./configure \ <br />
+               --with-ldap \ <br />
+               --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache" </example>
+         </p>
         </dd>
                     
         <dt><code>--enable-modules=<var>MODULE-LIST</var></code></dt>