HTML::Mason::ApacheHandler2 - experimental (alpha) Mason/mod_perl2 interface


HTML-Mason-ApacheHandler2 documentation  | view source Contained in the HTML-Mason-ApacheHandler2 distribution.

Index


NAME

Top

HTML::Mason::ApacheHandler2 - experimental (alpha) Mason/mod_perl2 interface

SYNOPSIS

Top

    use HTML::Mason::ApacheHandler2;

    my $ah = HTML::Mason::ApacheHandler2->new (..name/value params..);
    ...
    sub handler {
     my $r = shift;
     $ah->handle_request($r);
    }

DESCRIPTION

Top

HTML::Mason::ApacheHandler2 is highly experimental ( alpha ) and should only be used in a test environment.

HTML::Mason::ApacheHandler2 is a clone of HTML::Mason::ApacheHandler changed to work under a pure mod_perl2 environment. The external interface is unchanged, see HTML::Mason::ApacheHandler (ApacheHandler).

The actual changes I made can be found in the distribution in diff/ApacheHandler.diff ( made with 'diff -Naru' ... ).

A HOTWO for HTML::Mason::ApacheHandler2 may be found at HOWTO Run Mason with mod_perl2 (Mason-with-mod_perl2).

PREREQUISITES

Top

You must have the following packages installed:

    mod_perl        => 1.9910
    HTML::Mason'    => 1.25
    libapreq2       => 2.02-dev

Please refer to the original packages' documentation for instructions.

SEE ALSO

Top

My documents, including: HOWTO Run Mason with mod_perl2 (Mason-with-mod_perl2), MasonX::Request::WithApacheSession2 (WithApacheSession2), MasonX::Request::WithMultiSession2 (WithMultiSession2),

Original Mason documents, including: HTML::Mason::ApacheHandler (ApacheHandler), MasonX::Request::WithApacheSession (WithApacheSession), MasonX::Request::WithMultiSession (WithMultiSession).

Also see the Mason documentation at http://masonhq.com/docs/manual/.

AUTHOR

Top

Beau E. Cox <beau@beaucox.com> http://beaucox.com.

The real authors (I just made mod_perl2 changes) are the Mason crew, including: Jonathan Swartz <swartz@pobox.com>, Dave Rolsky <autarch@urth.org>, Ken Williams <ken@mathforum.org>.

Version 0.01 as of January, 2004.


HTML-Mason-ApacheHandler2 documentation  | view source Contained in the HTML-Mason-ApacheHandler2 distribution.