blob: cc72c7152fccbd5ba7a38dea5e809ff0a42b5978 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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_program %%PREFIX%%/bin/volta -f %%PREFIX%%/etc/volta.db
url_rewrite_children 5 startup=1 idle=2 concurrency=50
- Create a volta rule database! For detailed instructions, please
reference %%DOCSDIR%%/README, or volta's website at:
http://projects.martini.nu/volta/
|