Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngerakines/perl-apache2-mogile-dispatch


https://github.com/ngerakines/perl-apache2-mogile-dispatch

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

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,

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 is Copyright 2006
Six Apart, [email protected]. All rights reserved.