Bric::App::CleanupHandler - Cleans up at the end of a request.
$Revision: 1.7.2.1 $
$Date: 2002/02/21 20:47:36 $
<Perl>
use lib '/usr/local/bricolage/lib';
</Perl>
PerlModule Bric::App::Handler
PerlModule Bric::App::AccessHandler
PerlModule Bric::App::CleanupHandler
PerlFreshRestart On
DocumentRoot "/usr/local/bricolage/comp"
<Directory "/usr/local/bricolage/comp">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
SetHandler perl-script
PerlHandler Bric::App::Handler
PerlAccessHandler Bric::App::AccessHandler
PerlCleanupHandler Bric::App::CleanupHandler
</Directory>
This module handles the cleanup phase of an Apache request. It logs all events to the database (which in turn send any alerts), syncs the session data, and clears out the request cache.
NONE.
NONE.
NONE.
Handles the apache request.
Throws: None - the buck stops here!
Side Effects: NONE.
Notes: NONE.
NONE.
NONE.
NONE.
NONE.
David Wheeler <david@wheeler.net>
Hey! The above document had some coding errors, which are explained below:
=back without =over