diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 09:39:22 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 09:39:22 +0800 |
commit | cb2053b89b6a3ac7f07c0f8fe82a142978e86e7b (patch) | |
tree | 4a6dd01518944440c93716b5fbda3cc70b3179a4 /www/squirm/pkg-descr | |
parent | ac723dc49197e063f9134822e7064f277818877a (diff) | |
download | freebsd-ports-gnome-cb2053b89b6a3ac7f07c0f8fe82a142978e86e7b.tar.gz freebsd-ports-gnome-cb2053b89b6a3ac7f07c0f8fe82a142978e86e7b.tar.zst freebsd-ports-gnome-cb2053b89b6a3ac7f07c0f8fe82a142978e86e7b.zip |
Initial import of squirm version 1.0b.
A fast & configurable redirector for the Squid.
PR: 11885
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'www/squirm/pkg-descr')
-rw-r--r-- | www/squirm/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/squirm/pkg-descr b/www/squirm/pkg-descr new file mode 100644 index 000000000000..c93f36cc3c0a --- /dev/null +++ b/www/squirm/pkg-descr @@ -0,0 +1,24 @@ +Squirm is a fast & configurable redirector for the Squid. + +Squirm has the following features: + + -Very, very fast + -Virtually no memory usage + -It can re-read it's config files while running by sending it a HUP signal + -Interactive test mode for checking new configs + -Full regular expression matching and replacement + -Config files for patterns and IP addresses. + -If you mess up the config file, Squirm runs in Dodo Mode so your squid + keeps working :-) + +It has been written because the existing redirector scripts used too much +memory and all were too slow for Squids that receive a lot of requests. + +It can handle nifty things like file mirrors with the regex pattern replacement +strings, and do site blocking - useful for schools. It could also do such +things as banner add rewriting, and just about anything else :-) + +WWW: http://www.senet.com.au/squirm/ + +- Maxim Sobolev +sobomax@altavista.net |