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

NAME

Apache2::OpenInteract2 - OpenInteract2 Content handler for Apache 2.x

SYNOPSIS

 # Need to tell Apache to run an initialization script

 PerlRequire /path/to/my/site/conf/startup.pl

 # In httpd.conf file (or 'Include'd virtual host file)
 <Location />
    SetHandler perl-script
    PerlHandler Apache2::OpenInteract2
</Location>

DESCRIPTION

This external interface to OpenInteract2 just sets up the OpenInteract2::Request and OpenInteract2::Response objects, creates an OpenInteract2::Controller and retrieves the content from it, then sets the content in the response and returns the proper error code to make Apache2 happy.

COPYRIGHT

Copyright (c) 2002-2005 Chris Winters. All rights reserved.

AUTHORS

Chris Winters <chris@cwinters.com>