Skip to content
EntityQ1409583· pop 5· linked from 8 articles

thumb|300px|The LAMP (software bundle) with polipo as lightweight forwarding and caching web proxy server. A high performance and high-availability solution for a hostile environment Polipo is a discontinued lightweight caching and forwarding web proxy server. It has a wide variety of uses, from aiding security by filtering traffic; to caching web, DNS and other computer network lookups for a group of people sharing network resources; to speeding up a web server by caching repeated requests. It can be configured to use on-disk cache and serve cached content when offline and perform various for

Source code

Polipo is single-threaded, non blocking caching web proxy that has very modest resource needs. See the file INSTALL for installation instructions. See the texinfo manual (available as HTML after installation) for more information.

Excerpt from the source-code README · 744 chars · not written by Vinony

Wikidata facts

Show 2 more facts
source code repository URL
github.com/jech/polipo
software version identifier
1.1.1
Sources (6)

via Wikidata · CC0

~4 min read

Article

7 sections
Contents
  • Design
  • GUI wrappers
  • Features
  • Limitations
  • See also
  • References
  • External links

thumb|300px|The LAMP (software bundle) with polipo as lightweight forwarding and caching web proxy server. A high performance and high-availability solution for a hostile environment Polipo is a discontinued lightweight caching and forwarding web proxy server. It has a wide variety of uses, from aiding security by filtering traffic; to caching web, DNS and other computer network lookups for a group of people sharing network resources; to speeding up a web server by caching repeated requests. It can be configured to use on-disk cache and serve cached content when offline and perform various forms of content filtering.

To minimize latency, Polipo both pipelines multiple resource requests and multiplexes multiple transactions onto the same TCP/IP connection. Polipo is HTTP 1.1-compliant, supports IPv4, IPv6, traffic filtering and privacy-enhancement.

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories