]> git.ipfire.org Git - thirdparty/squid.git/commit - helpers/url_rewrite/Makefile.am
Add URL-rewriter based on local file existence
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Dec 2014 13:43:32 +0000 (05:43 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Dec 2014 13:43:32 +0000 (05:43 -0800)
commitdc5f403f923854a7cdf25eb05e214c3261eab8be
tree743db9d511f0f141522960e12a69e2a52a7311ad
parenta527a95cfbf66a76222ac76e5f1f8058c7c69aaa
Add URL-rewriter based on local file existence

Not exactly new. The basic code for this has been bundled with Squid in
contrib/ since 1996.

* Shuffle the contrib/rredir.* helpers code into helpers/url_rewrite/LFS/

* Add missing copyright boilerplate, CONTRIBUTORS and CREDITS entries

* Add Makefile support to install the perl helper

Redesign perl helper:

* update for strict Perl syntax

* update to current (Squid-3.4+) helper protocol

* replace hard-coded rewriter config with flexible command-line
  parameters

* add debug support

* add concurrency support

* add helper documentation
CONTRIBUTORS
CREDITS
configure.ac
contrib/Makefile.am
contrib/rredir.pl [deleted file]
helpers/url_rewrite/LFS/Makefile.am [new file with mode: 0644]
helpers/url_rewrite/LFS/required.m4 [new file with mode: 0644]
helpers/url_rewrite/LFS/rredir.cc [moved from contrib/rredir.c with 91% similarity]
helpers/url_rewrite/LFS/url_lfs_rewrite.pl.in [new file with mode: 0755]
helpers/url_rewrite/Makefile.am
helpers/url_rewrite/modules.m4