summaryrefslogtreecommitdiffstats
path: root/docs/manual/mpm.html.zh-cn.utf8
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2018-04-21 17:59:44 +0200
committerEric Covener <covener@apache.org>2018-04-21 17:59:44 +0200
commit025ed9b18a90820858d5edf9e47fb1f6da5b9006 (patch)
tree1c01098f6e07396e73cbe85140bbce987565e3a9 /docs/manual/mpm.html.zh-cn.utf8
parentxforms (diff)
downloadapache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.tar.xz
apache2-025ed9b18a90820858d5edf9e47fb1f6da5b9006.zip
rebuild with extraclean to pick up permalinks in
This will make it easier to compare with an extraclean jdk9 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mpm.html.zh-cn.utf8')
-rw-r--r--docs/manual/mpm.html.zh-cn.utf88
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mpm.html.zh-cn.utf8 b/docs/manual/mpm.html.zh-cn.utf8
index 55f1f31be7..d82db9be83 100644
--- a/docs/manual/mpm.html.zh-cn.utf8
+++ b/docs/manual/mpm.html.zh-cn.utf8
@@ -43,7 +43,7 @@
</ul><h3>参见</h3><ul class="seealso"><li><a href="#comments_section">评论</a></li></ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
-<h2><a name="introduction" id="introduction">介绍</a></h2>
+<h2><a name="introduction" id="introduction">介绍</a><a title="Permanent link" href="#introduction" class="permalink">&para;</a></h2>
<p>Apache HTTP 服务器被设计为一个功能强大,并且灵活的 web 服务器,
可以在很多平台与环境中工作。不同平台和不同的环境往往需要不同
@@ -77,7 +77,7 @@
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
-<h2><a name="defaults" id="defaults">默认 MPM</a></h2>
+<h2><a name="defaults" id="defaults">默认 MPM</a><a title="Permanent link" href="#defaults" class="permalink">&para;</a></h2>
<p>下表列出了不同系统的默认 MPM。如果你不在编译时选择,那么它就是你将要使用的 MPM。</p>
@@ -89,7 +89,7 @@
</table>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
-<h2><a name="static" id="static">构建 MPM 为静态模块</a></h2>
+<h2><a name="static" id="static">构建 MPM 为静态模块</a><a title="Permanent link" href="#static" class="permalink">&para;</a></h2>
<p>在全部平台中,MPM 都可以构建为静态模块。在构建时选择一种
MPM,链接到服务器中。如果要改变 MPM,必须重新构建。</p>
@@ -103,7 +103,7 @@
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
-<h2><a name="dynamic" id="dynamic">构建 MPM 为动态模块</a></h2>
+<h2><a name="dynamic" id="dynamic">构建 MPM 为动态模块</a><a title="Permanent link" href="#dynamic" class="permalink">&para;</a></h2>
<p>在 Unix 或类似平台中,MPM 可以构建为动态模块,与其它动态模块一样在运行时加载。
构建 MPM 为动态模块允许通过修改 <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code>