index.xml.zh-cn revision 3174ed450858787dfec8bf9701e282d25e87188b
6577N/A<?xml version="1.0" encoding="UTF-8" ?>
6577N/A<!DOCTYPE manualpage SYSTEM "/style/manualpage.dtd">
6577N/A<?xml-stylesheet type="text/xsl" href="/style/manual.zh-cn.xsl"?>
6577N/A<!-- English revision : 1042988 -->
6577N/A
6577N/A<!--
6577N/A Licensed to the Apache Software Foundation (ASF) under one or more
6577N/A contributor license agreements. See the NOTICE file distributed with
6577N/A this work for additional information regarding copyright ownership.
6577N/A The ASF licenses this file to You under the Apache License, Version 2.0
6577N/A (the "License"); you may not use this file except in compliance with
6577N/A the License. You may obtain a copy of the License at
6577N/A
6577N/A http://www.apache.org/licenses/LICENSE-2.0
6577N/A
6577N/A Unless required by applicable law or agreed to in writing, software
6577N/A distributed under the License is distributed on an "AS IS" BASIS,
6577N/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6577N/A See the License for the specific language governing permissions and
6577N/A limitations under the License.
6577N/A-->
6577N/A
6577N/A<manualpage metafile="index.xml.meta">
6577N/A<parentdocument href="../" />
6577N/A
6577N/A<title>Apache 2.0 开发者文档</title>
6577N/A
6577N/A<summary>
6577N/A <p>开发者页面的许多文档都来自于 Apache 1.3。当更新到 Apache 2
6577N/A 时,它们可能位于不同的阶段。请耐心等待,或者直接向
6577N/A <a href="http://httpd.apache.org/lists.html#http-dev"
6577N/A >dev@httpd.apache.org</a> 邮件列表报告开发者页面的差异或错误。</p>
6577N/A</summary>
6577N/A
6577N/A<section id="topics"><title>主题</title>
6577N/A <ul>
6577N/A <li><a href="API.html">Apache 1.3 API 说明</a></li>
6577N/A <li><a href="new_api_2_4.html">在 Apache 2.3/2.4 中的 API 改变</a></li>
6577N/A <li><a href="hooks.html">Apache 2.x 钩子函数</a></li>
6577N/A <li><a href="request.html">Apache 2.x 中的请求处理</a></li>
6577N/A <li><a href="filters.html">Apache 2.x 中的过滤器</a></li>
6577N/A <li><a href="output-filters.html">Apache 2.x 中的输出过滤器指南</a></li>
6577N/A <li><a href="modules.html">将模块从 Apache 1.3 移植到 Apache 2.x</a></li>
6577N/A <li><a href="debugging.html">在 APR 中调试内存分配</a></li>
6577N/A <li><a href="documenting.html">Apache 2.x 文档</a></li>
6577N/A <li><a href="thread_safety.html">Apache 2.x 的线程安全问题</a></li>
6577N/A </ul>
6577N/A</section>
6577N/A
6577N/A<section id="external"><title>外部资源</title>
6577N/A <ul>
6577N/A <li><a
6577N/A href="http://ci.apache.org/projects/httpd/trunk/doxygen/"
6577N/A >自动生成的 Apache HTTP 服务器 (trunk) 代码文档</a></li>
6577N/A
6577N/A <li>Kevin O'Donnell 的模块开发教程
6577N/A <ul>
6577N/A <li><a
6577N/A href="http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html"
6577N/A >集成模块到 Apache 构建系统</a></li>
6577N/A
6577N/A <li><a
href="http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html"
>处理配置指令</a></li>
</ul></li>
<li><a href="http://www.onlamp.com/pub/ct/38">Ryan Bloom 对 Apache 模块开发的说明</a></li>
<li>位于 <a href="http://www.apachetutor.org/">apachetutor</a> 的开发者文章:
<ul>
<li><a href="http://www.apachetutor.org/dev/request">Apache 中的请求处理</a></li>
<li><a href="http://www.apachetutor.org/dev/config">模块的配置</a></li>
<li><a href="http://www.apachetutor.org/dev/pools">Apache 中的资源管理</a></li>
<li><a href="http://www.apachetutor.org/dev/reslist">Apache 中的连接池</a></li>
<li><a href="http://www.apachetutor.org/dev/brigades">桶与队列简介</a></li>
</ul></li>
</ul>
</section>
</manualpage>