Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/perl-apache2-mogile-dispatch
https://github.com/ngerakines/perl-apache2-mogile-dispatch
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngerakines/perl-apache2-mogile-dispatch
- Owner: ngerakines
- Created: 2008-12-24T02:56:32.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-24T02:56:36.000Z (about 16 years ago)
- Last Synced: 2024-11-09T09:44:25.009Z (2 months ago)
- Homepage:
- Size: 85.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installSUPPORT 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-DispatchCPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-Mogile-DispatchAnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/Apache2-Mogile-DispatchCPAN Ratings:
http://cpanratings.perl.org/d/Apache2-Mogile-DispatchACKNOWLEDGEMENTS
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.