~ubuntu-branches/ubuntu/karmic/apache2/karmic-security

« back to all changes in this revision

Viewing changes to docs/manual/programs/configure.html.en

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-10-01 11:50:18 UTC
  • mfrom: (34 intrepid)
  • mto: (14.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: james.westby@ubuntu.com-20081001115018-1022gw429ce4pqyp
Tags: 2.2.9-10
Regression fix from upstream svn for mod_proxy_http:
Don't trigger a retry by the client if a failure to read the response line
was the result of a timeout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
      <dt><code>--srcdir=<var>DIR</var></code></dt>
95
95
      <dd>Defines directory <var>DIR</var> to be the source file directory.
96
 
        Default is the directory, where configure is located, or the parent
97
 
        directory <code>..</code>.</dd>
 
96
        Default is the directory where <code>configure</code> is located, or
 
97
        the parent directory.</dd>
98
98
 
99
99
      <dt><code>--silent</code></dt>
100
100
      <dd>Same as <code>--quiet</code></dd>
149
149
    
150
150
      <p>For better control of the installation directories, use the options
151
151
        below. Please note that the directory defaults are set by
152
 
        <code>autoconf</code> and be overwritten by the corresponding layout
 
152
        <code>autoconf</code> and are overwritten by the corresponding layout
153
153
        setting.</p>
154
154
 
155
155
      <dl>
689
689
          </code></p></div>
690
690
          <p>will compile most modules and build them as DSO modules.
691
691
            </p>
 
692
          <p><strong>Caveat:</strong>
 
693
          <code>--enable-mods-shared=all</code> does not actually build all
 
694
          modules. To build all modules then, one might use:</p>
 
695
          <div class="example"><p><code>
 
696
            ./configure \<br />
 
697
            <span class="indent">
 
698
                --with-ldap \<br />
 
699
                --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"
 
700
            </span>
 
701
          </code></p></div>
692
702
        </dd>
693
 
                    
 
703
 
694
704
        <dt><code>--enable-modules=<var>MODULE-LIST</var></code></dt>
695
705
        <dd>This option behaves similar to <code>--enable-mods-shared</code>, 
696
706
          but will link the given modules statically. This mean, these modules
744
754
          have to tell <code>configure</code> the path to the
745
755
          <code>apr-config</code> script. You may set the absolute path and name
746
756
          or the directory to the installed APR. <code>apr-config</code> must
747
 
          exists within this directory or the subdirectory
 
757
          exist within this directory or the subdirectory
748
758
          <code>bin</code>.</dd>
749
759
        
750
760
        <dt><code>--with-apr-util=<var>DIR</var>|<var>FILE</var></code></dt>
932
942
<p><span>Available Languages: </span><a href="../en/programs/configure.html" title="English">&nbsp;en&nbsp;</a> |
933
943
<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
934
944
</div><div id="footer">
935
 
<p class="apache">Copyright 2006 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>
 
945
<p class="apache">Copyright 2008 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>
936
946
<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>
937
947
</body></html>
 
 
b'\\ No newline at end of file'