Apache-ProxyRewrite

 view release on metacpan or  search on metacpan

ProxyRewrite.pm  view on Meta::CPAN


The parser takes a single pass through each HTML document. This
method is extremely efficient, but it has possible drawbacks with
poorly constructed HTML. All known drawbacks have been
eliminated, but more may exist. Please contact the author if you
have any trouble with parsed output.

=back

=over 4

=item B<Special Thanks>

A special thanks goes to my co-authors of absent, from which much
of the rewriting code comes, Dave Korman and Avi Rubin. Absent is
a system for secure remote access to an organization's internal
web from outside its firewall. To learn more about absent, go to
http://www.research.att.com/projects/absent/.

=back

=head1 AVAILABILITY

This module is available via CPAN at
http://www.cpan.org/modules/by-authors/id/C/CG/CGILMORE/.

=head1 AUTHOR

Christian Gilmore <cag@us.ibm.com>

=head1 SEE ALSO

httpd(8), mod_perl(1)

=head1 COPYRIGHT

Copyright (C) 2002, International Business Machines Corporation
and others. All Rights Reserved.

This module is free software; you can redistribute it and/or
modify it under the terms of the IBM Public License.

=cut

###############################################################################
###############################################################################
# $Log: ProxyRewrite.pm,v $
# Revision 1.14  2002/01/16 15:49:48  cgilmore
# see ChangeLog
#
# Revision 1.13  2002/01/15 22:40:02  cgilmore
# see ChangeLog for details
#
# Revision 1.12  2001/09/27 20:45:44  cgilmore
# upped to version 0.15
#
# Revision 1.11  2001/09/27 18:22:40  cgilmore
# corrected whitespace bug
#
# Revision 1.10  2001/07/17 20:08:42  cgilmore
# updated documentation
#
# Revision 1.9  2001/03/21 16:25:04  cgilmore
# See ChangeLog for details
#
# Revision 1.8  2001/03/21 16:03:19  cgilmore
# see ChangeLog for details
#
# Revision 1.7  2001/03/07 19:43:15  cgilmore
# See ChangeLog
#
# Revision 1.6  2001/03/02 21:12:32  cgilmore
# See ChangeLog. Version 0.12.
#
# Revision 1.5  2001/01/14 19:47:33  cgilmore
# added base to LINK_ELEMENT hash and upped to rev 0.11
#
# Revision 1.4  2001/01/02 23:51:20  cgilmore
# converted for publication
#
###############################################################################
###############################################################################



( run in 0.740 second using v1.01-cache-2.11-cpan-df04353d9ac )