|
Lines 3-9
Link Here
|
| 3 |
can dynamically alter URI requests that pass through Squid based on |
3 |
can dynamically alter URI requests that pass through Squid based on |
| 4 |
various criteria. |
4 |
various criteria. |
| 5 |
|
5 |
|
| 6 |
It uses a state machine to parse URIs and rules, and a constant database |
6 |
It uses a state machine to parse URIs and rules, and a constant |
| 7 |
to store and access those rules. |
7 |
database to store and access those rules. It can then either perform |
|
|
8 |
conditional rewrites internally, or by evaluating Lua scripts. |
| 8 |
|
9 |
|
| 9 |
WWW: http://projects.martini.nu/volta/ |
10 |
WWW: http://projects.martini.nu/volta/ |