diff options
author | André Malo <nd@apache.org> | 2005-06-30 00:19:59 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2005-06-30 00:19:59 +0200 |
commit | 0fc50d96116364ddd1f6c87286c5d8d38bf03693 (patch) | |
tree | 6c8dd5d90d71709dcc179a62cc814e9b7c6b7435 /docs/manual/developer | |
parent | adjust revision references (diff) | |
download | apache2-0fc50d96116364ddd1f6c87286c5d8d38bf03693.tar.xz apache2-0fc50d96116364ddd1f6c87286c5d8d38bf03693.zip |
`build all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@202449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r-- | docs/manual/developer/index.html.en | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manual/developer/index.html.en b/docs/manual/developer/index.html.en index 3e103abd5e..e2f5354549 100644 --- a/docs/manual/developer/index.html.en +++ b/docs/manual/developer/index.html.en @@ -63,6 +63,15 @@ <li><a href="http://www.onlamp.com/pub/ct/38">Some notes on Apache module development by Ryan Bloom</a></li> + + <li>Developer articles at <a href="http://www.apachetutor.org/">apachetutor</a> include: + <ul> + <li><a href="http://www.apachetutor.org/dev/request">Request Processing in Apache</a></li> + <li><a href="http://www.apachetutor.org/dev/config">Configuration for Modules</a></li> + <li><a href="http://www.apachetutor.org/dev/pools">Resource Management in Apache</a></li> + <li><a href="http://www.apachetutor.org/dev/reslist">Connection Pooling in Apache</a></li> + <li><a href="http://www.apachetutor.org/dev/brigades">Introduction to Buckets and Brigades</a></li> + </ul></li> </ul> </div></div> <div class="bottomlang"> |