You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/18 00:35:41 UTC

[Httpd Wiki] Update of "ModuleLife" by MarcMongenet

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by MarcMongenet:
http://wiki.apache.org/httpd/ModuleLife

New page:
=Modulie life=

* The module is dynamically loaded in the single-process single-thread server, that is still running as root if it was started as root.
* The configuration is parsed.
* The module post_init hook is called for the 1st time.
* Depending on platform, the module is comple