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

Apache2::Mogile::Dispatch is an apache 2.x mod_perl module that makes it easy
to dispatch incoming requests between mogile storage nodes and regular web
servers. Consider it like a fancy pure perl mod_rewrite replacement that can
intelligently reproxy requests.

This is ideal for websites that server a sizable amount of static content and
would like to transition to mogileFS.

The goal of this module is to be as small and simple as possible but flexible
enough for large websites to run efficiently and effectively. This module is
meant to up sub-classed and the default configuration will more than likely
NOT work. Please see the section on subclassing for more information. The test
suite also includes several example subclasses ranging from simple to complex.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Apache2::Mogile::Dispatch

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Apache2-Mogile-Dispatch

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-Mogile-Dispatch

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Apache2-Mogile-Dispatch

    CPAN Ratings:
        http://cpanratings.perl.org/d/Apache2-Mogile-Dispatch

ACKNOWLEDGEMENTS

Mark Smith requested this module and gave the first requirements. Should also
quickly thank everyone who worked on MogileFS, Perlbal and Memcache for making
a product worth using. Cheers.

AUTHOR

Nick Gerakines, <nick at gerakines.net>

LICENSE

Apache2::Mogile::Dispatch is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.

AUTHOR & COPYRIGHT

Except where otherwise noted, I<Apache2::Mogile::Dispatch> is Copyright 2006
Six Apart, cpan@sixapart.com. All rights reserved.