Home | Wiki | OI 1.x Docs | OI 2.x Docs OI logo

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>

Generated from the OpenInteract 1.99_03 source.


Home | Wiki | OI 1.x Docs | OI 2.x Docs
SourceForge Logo