You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@apache.org on 2007/11/02 16:35:07 UTC

svn commit: r591365 - in /httpd/httpd/branches/2.2.x/docs/manual/programs: configure.html.en configure.xml

Author: pctony
Date: Fri Nov  2 08:35:07 2007
New Revision: 591365

URL: http://svn.apache.org/viewvc?rev=591365&view=rev
Log:
Fixed up as per PR#28310, back-ported from /trunk/

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en
    httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en?rev=591365&r1=591364&r2=591365&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en Fri Nov  2 08:35:07 2007
@@ -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.2</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
@@ -689,6 +689,13 @@
           </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>
@@ -930,7 +937,7 @@
 </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>

Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml?rev=591365&r1=591364&r2=591365&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml Fri Nov  2 08:35:07 2007
@@ -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$ -->
@@ -695,6 +695,13 @@
           <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>