📄 configure.html.en
字号:
<code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code>.</dd> <dt><code>--enable-expires</code></dt> <dd>Enable Expires header control provided by <code class="module"><a href="../mod/mod_expires.html">mod_expires</a></code>.</dd> <dt><code>--enable-ext-filter</code></dt> <dd>Enable the external filter support provided by <code class="module"><a href="../mod/mod_ext_filter.html">mod_ext_filter</a></code>.</dd> <dt><code>--enable-file-cache</code></dt> <dd>Enable the file cache provided by <code class="module"><a href="../mod/mod_file_cache.html">mod_file_cache</a></code>.</dd> <dt><code>--enable-headers</code></dt> <dd>Enable control of HTTP headers provided by <code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code>.</dd> <dt><code>--enable-info</code></dt> <dd>Enable the server information provided by <code class="module"><a href="../mod/mod_info.html">mod_info</a></code>.</dd> <dt><code>--enable-ldap</code></dt> <dd>Enable LDAP caching and connection pooling services provided by <code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code>.</dd> <dt><code>--enable-logio</code></dt> <dd>Enable logging of input and output bytes including headers provided by <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code>.</dd> <dt><code>--enable-mem-cache</code></dt> <dd>Enable memory caching provided by <code class="module"><a href="../mod/mod_mem_cache.html">mod_mem_cache</a></code>.</dd> <dt><code>--enable-mime-magic</code></dt> <dd>Enable automatical determining of MIME types, which is provided by <code class="module"><a href="../mod/mod_mime_magic.html">mod_mime_magic</a></code>.</dd> <dt><code>--enable-isapi</code></dt> <dd>Enable the isapi extension support provided by <code class="module"><a href="../mod/mod_isapi.html">mod_isapi</a></code>.</dd> <dt><code>--enable-proxy</code></dt> <dd>Enable the proxy/gateway functionality provided by <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>. The proxying capabilities for <code>CONNECT</code>, <code>FTP</code> and <code>HTTP</code> are provided by the seperate modules <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code>, <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code> and <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code>. These three modules are also automatically enabled with <code>--enable-proxy</code>.</dd> <dt><code>--enable-proxy-connect</code></dt> <dd>Enable proxy support for <code>CONNECT</code> request handling, which is provided by <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code>. This module is an extension for the <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> module, so you should also use <code>--enable-proxy</code>.</dd> <dt><code>--enable-proxy-ftp</code></dt> <dd>Enable proxy support for <code>FTP</code> requests, which is provided by <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code>.. This module is an extension for the <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> module, so you should also use <code>--enable-proxy</code>.</dd> <dt><code>--enable-proxy-http</code></dt> <dd>Enable proxy support for <code>HTTP</code> requests, which is provided by <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code>. This module is an extension for the <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> module, so you should also use <code>--enable-proxy</code>.</dd> <dt><code>--enable-rewrite</code></dt> <dd>Enable rule based URL manipulation provided by <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</dd> <dt><code>--enable-so</code></dt> <dd>Enable DSO capability provided by <code class="module"><a href="../mod/mod_so.html">mod_so</a></code>. This module will be automatically enabled if you use the <code>--enable-mods-shared</code> option.</dd> <dt><code>--enable-speling</code></dt> <dd>Enable the functionality to correct common URL misspellings, which is provided by <code class="module"><a href="../mod/mod_speling.html">mod_speling</a></code>.</dd> <dt><code>--enable-ssl</code></dt> <dd>Enable support for SSL/TLS provided by <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>.</dd> <dt><code>--enable-unique-id</code></dt> <dd>Enable the generation of per-request unique ids, which is provided by <code class="module"><a href="../mod/mod_unique_id.html">mod_unique_id</a></code>.</dd> <dt><code>--enable-usertrack</code></dt> <dd>Enable user-session tracking provided by <code class="module"><a href="../mod/mod_usertrack.html">mod_usertrack</a></code>.</dd> <dt><code>--enable-vhost-alias</code></dt> <dd>Enable mass virtual hosting provided by <code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code>.</dd> </dl> <h4><a name="developermodules" id="developermodules">Modules for developers</a></h4> <p>The following modules are useful only for developers and testing purposes and are disabled by default. Use the following options to enable them. If you are not sure whether you need one of these modules, omit them.</p> <dl> <dt><code>--enable-bucketeer</code></dt> <dd>Enable the manipulation filter for buckets, which is provided by <code>mod_bucketeer</code>.</dd> <dt><code>--enable-case-filter</code></dt> <dd>Enable the example uppercase conversion output filter support of <code>mod_case_filter</code>.</dd> <dt><code>--enable-case-filter-in</code></dt> <dd>Enable the example uppercase conversion input filter support of <code>mod_case_filter_in</code>.</dd> <dt><code>--enable-echo</code></dt> <dd>Enable the ECHO server provided by <code class="module"><a href="../mod/mod_echo.html">mod_echo</a></code>.</dd> <dt><code>--enable-example</code></dt> <dd>Enable the example and demo module <code class="module"><a href="../mod/mod_example.html">mod_example</a></code>.</dd> <dt><code>--enable-optional-fn-export</code></dt> <dd>Enable the example for an optional function exporter, which is provided by <code>mod_optional_fn_export</code>.</dd> <dt><code>--enable-optional-fn-import</code></dt> <dd>Enable the example for an optional function importer, which is provided by <code>mod_optional_fn_import</code>.</dd> <dt><code>--enable-optional-hook-export</code></dt> <dd>Enable the example for an optional hook exporter, which is provided by <code>mod_optional_hook_export</code>.</dd> <dt><code>--enable-optional-hook-import</code></dt> <dd>Enable the example optional hook importer, which is provided by <code>mod_optional_hook_import</code>.</dd> </dl> <h4><a name="modules" id="modules">MPMs and third-party modules</a></h4> <p>To add the necessary Multi Processing Module and additional third-party modules use the following options:</p> <dl> <dt><code>--with-module=<var>module-type</var>:<var>module-file</var>[, <var>module-type</var>:<var>module-file</var>]</code></dt> <dd><p>Add one or more third-party modules to the list of statically linked modules. The module source file <code><var>module-file</var></code> will be searched in the <code>modules/<var>module-type</var></code> subdirectory of your Apache HTTP server source tree. If it is not found there <code>configure</code> is considering <var>module-file</var> to be an absolute file path and tries to copy the source file into the <var>module-type</var> subdirectory. If the subdirectory doesn't exist it will be created and populated with a standard <code>Makefile.in</code>.</p> <p>This option is useful to add small external modules consisting of one source file. For more complex modules you should read the vendor's documentation.</p> <div class="note"><h3>Note</h3> If you want to build a DSO module instead of a statically linked use <code class="program"><a href="../programs/apxs.html">apxs</a></code>.</div> </dd> <dt><code>--with-mpm=MPM</code></dt> <dd>Choose the process model for your server. You have to select exactly one <a href="../mpm.html">Multi-Processing Module</a>. Otherwise the <a href="../mpm.html#defaults">default MPM</a> for your operating system will be taken. Possible MPMs are <code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/leader.html">leader</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/perchild.html">perchild</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code> and <code class="module"><a href="../mod/worker.html">worker</a></code>.</dd> </dl> <h4><a name="otheroptfeat" id="otheroptfeat">Cumulative and other options</a></h4> <dl> <dt><code>--enable-maintainer-mode</code></dt> <dd>Turn on debugging and compile time warnings.</dd> <dt><code>--enable-mods-shared=<var>MODULE-LIST</var></code></dt> <dd> <p>Defines a list of modules to be enabled and build as dynamic shared modules. This mean, these module have to be loaded dynamically by using the <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive.</p> <p><var>MODULE-LIST</var> is a space separated list of modulenames enclosed by quotation marks. The module names are given without the preceding <code>mod_</code>. For example:</p> <div class="example"><p><code> --enable-mods-shared='headers rewrite dav' </code></p></div> <p>Additionally you can use the special keywords <code>all</code> and <code>most</code>. For example,</p> <div class="example"><p><code> --enable-mods-shared=most </code></p></div> <p>will compile most modules and build them as DSO modules. </p> </dd> <dt><code>--enable-modules=<var>MODULE-LIST</var></code></dt> <dd>This option behaves similar to <code>--enable-mods-shared</code>, but will link the given modules statically. This mean, these modules will always be present while running <code class="program"><a href="../programs/httpd.html">httpd</a></code>. They need not be loaded with <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code>.</dd> <dt><code>--enable-v4-mapped</code></dt> <dd>Allow IPv6 sockets to handle IPv4 connections.</dd> <dt><code>--with-port=<var>PORT</var></code></dt> <dd>This defines the port on which <code class="program"><a href="../programs/httpd.html">httpd</a></code> will listen. This port number is used when generating the configuration file <code>httpd.conf</code>. The default is 80.</dd> <dt><code>--with-program-name</code></dt>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -