Next Previous Contents

1. Introduction

This documents gives detailed information of the steps involved in adding support for a new Apache module in Comanche (like PHP3, mod_ldap, etc.) or adding support for new directives.

Comanche is a framework to build management modules (plugins). There are plugins for Apache, Samba, etc. Since Apache is a complex program the plugin for Apache itself is modular and support for directives and modules is done via an extension mechanism.

The process is relatively simple. For most modules, you only have to write a few XML files following certain simple rules.


Next Previous Contents