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

NAME

OpenPlugin::Request::Apache2 - Apache2 driver for the OpenPlugin::Param plugin

PARAMETERS

In order to use the Apache2 driver, you must pass in an Apache or Apache::Request object when creating a new OpenPlugin object. For example:

 my $r = shift;
 my $OP = OpenPlugin->new( request => { apache2 => $r } );

After the plugin is initialized, the Apache::Request object is accessible to you using:

 $apache_req = $OP->request->object();

CONFIG OPTIONS

  • driver

    Apache2

BUGS

None known.

TO DO

Nothing known.

SEE ALSO

OpenPlugin OpenPlugin::Param Apache Apache::Request

COPYRIGHT

Copyright (c) 2001-2003 Eric Andreychek. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Eric Andreychek <eric@openthought.net>