Where can I find good reference/tutorial on writing Apache modules (in C)? [closed]

被刻印的时光 ゝ 提交于 2019-12-20 08:07:21

问题


I've looked all over and can't really find much of anything. I need three basic things:

  1. Good API reference
  2. Some sort of a tutorial
  3. Good architectural overview

I have the module source code and am going through it - but I really don't have much of any context for most of the things its doing.

Any suggestions?


回答1:


Here is the list of links about apache module development that I found useful:

Apache Tutor

Apache Modules Development and Debugging

libapr(apache portable runtime) programming tutorial

The Apache Modules Book: Application Development with Apache

Mailing list archives

Apache at WebÞing

Writing portable C code with APR

Apache Modeling Project

You can also download the apache source code and experiment with mod_example.



来源:https://stackoverflow.com/questions/4681849/where-can-i-find-good-reference-tutorial-on-writing-apache-modules-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!