Skip to content

kappa/plack-middleware-rewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plack-Middleware-Rewrite

PSGI middleware module implementing an URL rewriting engine similar to
mod_rewrite modules in nginx and Apache web servers.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

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

    perldoc Plack::Middleware::Rewrite

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Plack-Middleware-Rewrite

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Plack-Middleware-Rewrite

    CPAN Ratings
        http://cpanratings.perl.org/d/Plack-Middleware-Rewrite

    Search CPAN
        http://search.cpan.org/dist/Plack-Middleware-Rewrite/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Alex Kapranoff

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

About

URL-rewriting engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages