You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Tinyproxy

From EverybodyWiki Bios & Wiki

Tinyproxy
Developer(s)Banu
Initial release1998
Written inC
Engine
    Operating systemPOSIX
    PlatformCross-platform
    Typeproxy server
    LicenseGNU General Public License
    Websitetinyproxy.github.io

    Search Tinyproxy on Amazon.

    Tinyproxy is a HTTP proxy server daemon for POSIX operating systems. Designed to be fast and small, it is useful when an HTTP/HTTPS proxy is required, but the system resources for a larger proxy are unavailable. Because of this it has been put to uses such as a tether on the iPhone, and on the OpenWrt.[1]

    Tinyproxy is primarily designed to run on Unix-like systems. Released under the GNU General Public License, Tinyproxy is free software[2] and has been developed for a number of years. It is currently being maintained on GitHub as a publicly accessible project. Ohloh analyses it to be a project with "mature, well-established codebase and increasing year-over-year development activity."[3]

    Features[edit]

    • Anonymous mode: Allows specification of individual HTTP headers that should be allowed through, and which should be blocked.
    • HTTPS support: Tinyproxy allows forwarding of HTTPS connections without modifying traffic in any way.
    • Remote monitoring: Tinyproxy can be monitored remotely to view logs and access details.
    • Load average monitoring: Tinyproxy can be configured to refuse connections after the server load reaches a certain point.
    • Access control: Tinyproxy can be configured to only allow connections from certain subnets or IP addresses.
    • Secure: With some configuration, Tinyproxy can be made to run without any special privileges, thus minimizing the chance of system compromise. Furthermore, it was designed with an eye towards preventing buffer overflows.[citation needed]
    • Small footprint: Tinyproxy requires very little in the way of system resources - the memory footprint tends to be around 2MB with glibc, and the CPU load increases linearly with the number of simultaneous connections (depending on the speed of the connection). Therefore, Tinyproxy can be run on a spare, older machine without any impact on performance.
    • URL based filtering: Tinyproxy allows domain and URL-based black- and whitelisting.
    • Transparent proxying: Tinyproxy supports being configured as a transparent proxy, so that a proxy can be used without requiring any client-side configuration.
    • Proxy chaining: Tinyproxy can use an upstream proxy server for outbound connections, instead of direct connections to the target server, creating a so-called proxy chain.

    Availability in OS distributions[edit]

    Tinyproxy packages are available for various Linux distributions such as openSUSE,[4] Debian,[5] Fedora,[6] FreeBSD,[7] Gentoo Linux,[8] OpenBSD,[9] Ubuntu,[10] and OpenWrt. Source code is also available.

    See also[edit]

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

    Overview & Discussions

    Proxy-Servers

    • Apache HTTP Server
    • Hiawatha - secure, easy to use, lightweight web server with reverse proxy functionality.
    • lighttpd - open-source web server, optimized for speed-critical environments
    • Nginx - lightweight, high-performance web server, reverse proxy and e-mail proxy (IMAP/POP3)
    • Polipo - lightweight pipelining, multiplexing proxy server and daemon for a small number of users
    • Pound reverse proxy
    • Privoxy - privacy enhancing proxy
    • Squid cache - a proxy server and web cache daemon
    • Varnish - a performance-focused open source reverse proxy
    • Ziproxy - lightweight forwarding, compressing, non-caching, HTTP proxy for traffic optimization

    References[edit]

    1. "Tinyproxy on OpenWrt".
    2. "Tinyproxy in the FSF's Free Software Directory".
    3. "Ohloh analysis of Tinyproxy project".
    4. "Tinyproxy in opensuse.org".
    5. "Tinyproxy in packages.debian.org".
    6. "Tinyproxy in Fedora package database".
    7. "FreeBSD port description of Tinyproxy".
    8. "Tinyproxy in packages.gentoo.org".
    9. "OpenBSD port description of Tinyproxy".
    10. "Tinyproxy on Ubuntu LaunchPad".


    This article "Tinyproxy" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Tinyproxy. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.