Next Previous Contents

2. What the Apache plugin needs to know from you

In order to add support for your module or directive the Apache plugin needs to know a few things.

2.1 moduleDescription.xml

2.2 specialCases.tcl

Actual Tcl code used to convert from XML format to httpd.conf

2.3 directives.xml

Description of the directives that belong to this module

2.4 propertyPages.xml

Description of the property pages for this modules. They are presented to the user during configuration. They arrange the directives on the screen logically. It is possible to have different versions for beginners and for advanced users.

2.5 messages

In the subdirectory messages/ the texts corresponding to the messages are stored there so they can easily be translated by other people. The messages are stored with a suffix corresponding to the language: messages.en, messages.es, etc.


Next Previous Contents