Posts tagged as:

Redirector

How To: Write Custom Redirector or Rewritor Plugin For Squid in Python

April 30, 2008

Mission
To write a custom Python program which can act as a plugin for Squid to redirect a given URL to another URL. This is useful when already existing redirector plugins for Squid doesn’t suit your needs or you want everything of your own.
Use Cases

When you want to redirect URLs using a database like mysql or [...]

Read the full article →