🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# Developer Documentation for Apache 2.0 Many of the documents on these Developer pages are lifted from Apache 1.3's documentation. While they are all being updated to Apache 2.0, they are in different stages of progress. Please be patient, and point out any discrepancies or errors on the developer/ pages directly to the [dev@httpd.apache.org](http://httpd.apache.org/lists.html#http-dev) mailing list. ## Topics * [Apache 1.3 API Notes](#calibre_link-425) * [Apache 2.0 Hook Functions](#calibre_link-655) * [Request Processing in Apache 2.0](#calibre_link-115) * [How filters work in Apache 2.0](#calibre_link-678) * [Converting Modules from Apache 1.3 to Apache 2.0](#calibre_link-961) * [Debugging Memory Allocation in APR](#calibre_link-962) * [Documenting Apache 2.0](#calibre_link-963) * [Apache 2.0 Thread Safety Issues](#calibre_link-680) ## External Resources * Tools provided by Ian Holsman: * [Apache 2 cross reference](http://lxr.webperf.org/) * [Autogenerated Apache 2 code documentation](http://docx.webperf.org/) * Module Development Tutorials by Kevin O'Donnell * [Integrating a module into the Apache build system](http://threebit.net/tutorials/apache2_modules/tut1/tutorial1.html) * [Handling configuration directives](http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html) * [Some notes on Apache module development by Ryan Bloom](http://www.onlamp.com/pub/ct/38) * Developer articles at [apachetutor](http://www.apachetutor.org/) include: * [Request Processing in Apache](http://www.apachetutor.org/dev/request) * [Configuration for Modules](http://www.apachetutor.org/dev/config) * [Resource Management in Apache](http://www.apachetutor.org/dev/pools) * [Connection Pooling in Apache](http://www.apachetutor.org/dev/reslist) * [Introduction to Buckets and Brigades](http://www.apachetutor.org/dev/brigades)