NAME
    Apache::StrReplace - apache response string replace module

SYNOPSIS
    # httpd.conf
    PerlModule Apache::StrReplace
    PerlSetVar StrReplaceSearch replace_before_string
    PerlSetVar StrReplaceReplace replace_after_string
    PerlOutputFilterHandler Apache::StrReplace

DESCRIPTION
    Apache's response string replace.

SEE ALSO
    Apache::Filter

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES
    mod_perl/mod_perl2

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2007 by Shinichiro Aska

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.


