
Konstrukt::Handler::Apache - Handler for an Apache request

Handle an apache request
Konstrukt::Handler::Apache::handler($request);
Plugins and other module may access the apache request like this:
#the apache request object. shouldn't be used for compatibility reasons.
$Konstrukt::Handler::APACHE_REQUEST

Parses the requested file against special (e.g. <&...&>) tags.

You need to tell Apache to apply the PerlHandler on the requested files.
Take a look at "Apache configuration" in Konstrukt::Doc::Installation for more information about the Apache configuration.

Handles the request.
Filter a file before returning it to the web client.
Parameters:

Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.
