Apache Reference: mod_example, Example

Example

Example Module Operation Switch
Syntax: Example
Example: Example
Since: Apache 1.2

This pure example directive, which is implemented by mod_example, is mainly intended for use by developers who want to understand the Apache API. Do not use it on production servers. It simply raises a flag when the example content handler executes for a request (usually activated via ``SetHandler example-handler'' in a <Location> or <File> container for a particular location or file type). If you browse to a URL to which this example content handler applies, you will see a display of the routines within the module and learn how and in what order they were called to service the document request.