freebsd-ports/www/volta/files/pkg-message.in
Pawel Pekala 80757492d9 Volta is a high performance, low resource URI rewriter for use with the
Squid caching proxy server (http://www.squid-cache.org) With it, you
can dynamically alter URI requests that pass through Squid based on
various criteria.

It uses a state machine to parse URIs and rules, and a constant database
to store and access those rules.

WWW: http://projects.martini.nu/volta/

PR:		ports/162935
Submitted by:	Mahlon E. Smith
2011-12-20 21:41:42 +00:00

10 lines
384 B
Text

To get volta up and running, you'll still need to do two things:
- Enable url rewriting from within the squid configuration file.
url_rewrite_children 10
url_rewrite_program %%PREFIX%%/bin/volta -f %%PREFIX%%/etc/volta.db
- Create a volta rule database! For detailed instructions, please
reference %%DATADIR%%/README, or volta's website at:
http://projects.martini.nu/volta/