The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::OpenInteract2 - OpenInteract2 Content handler for Apache 1.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 Apache::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 Apache happy.

COPYRIGHT

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

AUTHORS

Chris Winters <chris@cwinters.com>