Thomas Wittek > Konstrukt-0.5-beta13 > Konstrukt::Handler::Apache

Download:
konstrukt/Konstrukt-0.5-beta13.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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

CONFIGURATION ^

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.

FUNCTIONS ^

handler

Handles the request.

Filter a file before returning it to the web client.

Parameters:

AUTHOR ^

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.

SEE ALSO ^

Konstrukt::Handler, Konstrukt