Apache2::FixRemote - Reset remote IP with contents of X-Forwarded-For header


Apache2-FixRemote documentation  | view source Contained in the Apache2-FixRemote distribution.

Index


NAME

Top

Apache2::FixRemote - Reset remote IP with contents of X-Forwarded-For header

VERSION

Top

Version 0.01

SYNOPSIS

Top

    # httpd.conf
    PerlModule Apache2::FixRemote

    PerlPostReadRequestHandler Apache2::FixRemote

    # or alternatively use any handler stage after map-to-storage, such as:
    <Location /foo>
    PerlHeaderParserHandler Apache2::FixRemote
    </Location>

AUTHOR

Top

Dorian Taylor, <dorian at cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-apache2-fixremote at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Apache2-FixRemote. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Apache2::FixRemote

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Apache2-FixRemote

* CPAN Ratings

http://cpanratings.perl.org/d/Apache2-FixRemote

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-FixRemote

* Search CPAN

http://search.cpan.org/dist/Apache2-FixRemote

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Apache2-FixRemote documentation  | view source Contained in the Apache2-FixRemote distribution.