The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

  • $request - The Apache request

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