80757492d9
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
10 lines
384 B
Text
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/
|