~ubuntu-branches/ubuntu/intrepid/apache2/intrepid

« 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: 2007-10-18 19:35:40 UTC
  • mfrom: (0.13.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071018193540-u9bl0154m45xppyj
Tags: 2.2.6-2
* Avoid calling apr_pollset_poll() and accept_func() when the listening
  sockets have already been closed on graceful stop or reload. This
  hopefully fixes processes not being killed (closes: #445263, #447164)
  and the "Bad file descriptor: apr_socket_accept: (client socket)"
  error message (closes: #400918, #443310)
* Allow logresolve to process long lines (Closes: #331631)
* Remove duplicate config examples (Closes: #294662)
* Include README.backtrace describing how to create a backtrace
* Add CVE reference to 2.2.6-1 changelog entry

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>
744
744
          have to tell <code>configure</code> the path to the
745
745
          <code>apr-config</code> script. You may set the absolute path and name
746
746
          or the directory to the installed APR. <code>apr-config</code> must
747
 
          exists within this directory or the subdirectory
 
747
          exist within this directory or the subdirectory
748
748
          <code>bin</code>.</dd>
749
749
        
750
750
        <dt><code>--with-apr-util=<var>DIR</var>|<var>FILE</var></code></dt>
932
932
<p><span>Available Languages: </span><a href="../en/programs/configure.html" title="English">&nbsp;en&nbsp;</a> |
933
933
<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
934
934
</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>
 
935
<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>
936
936
<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
937
</body></html>
 
 
b'\\ No newline at end of file'