|
Apache HTTP Server Version 2.0 ![]() Apache Module mod_example
Summary
This document has not been updated
to take into account changes made in the 2.0 version of the
Apache HTTP Server. Some of the information may still be
relevant, but please use it with care.
The files in the The main file is The example module is an actual working module. If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. Compiling the example moduleTo include the example module in your server, follow the steps below:
To add another module of your own:
Using the
|
| Description: | Demonstration directive to illustrate the Apache module API |
|---|---|
| Syntax: | Example |
| Context: | server config, virtual host, directory, .htaccess |
| Status: | Experimental |
| Module: | mod_example |
The Example directive just sets a demonstration
flag which the example module's content handler displays. It
takes no arguments. If you browse to an URL to which the
example content-handler applies, you will get a display of the
routines within the module and how and in what order they were
called to service the document request. The effect of this
directive one can observe under the point "Example
directive declared here: YES/NO".
|
This apache manual Copyright © 1999-2003, The Apache Software Foundation.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |