- Tinyproxy
Infobox Software
name = Tinyproxy
developer = Banu
released = 1998
frequently_updated = yes
programming language = C
platform =Cross-platform
operating_system =POSIX
status = Active
license =GNU General Public License
genre =proxy server
website = https://www.banu.com/tinyproxy/Tinyproxy is a HTTP
proxy server daemon forPOSIX operating systems . Designed to be fast and small, it is apt for sites where a full featured HTTP proxy is required, but the system resources for a larger proxy are unavailable. Due to this reason, it has been put to uses such as a tether on the iPhone [cite web |title = Tethering the iPhone for OS X |url = http://dragonforged.com/blog/2007/09/tethering-the-iphone-for-os-x.html] , and on the OpenWrt [cite web |title = Tinyproxy on OpenWrt |url = http://wiki.openwrt.org/OpenWrtDocs] . Tinyproxy has a number of useful features.Tinyproxy is primarily designed to run on
Unix-like systems. Released under theGNU General Public License , Tinyproxy isfree software [cite web |title = Tinyproxy in the FSF's Free Software Directory |url = http://directory.fsf.org/project/tinyproxy/] and has been developed for a number of years. It is currently being maintained at Banu as a publicly accessible project.Ohloh analyses it to be a project with "mature, well-established codebase and increasing year-over-year development activity." [cite web |title = Ohloh analysis of Tinyproxy project |url = http://www.ohloh.net/projects/12555]Features
* Anonymous mode: Allows you to specify which HTTP headers should be allowed through, and which should be blocked - this allows you to restrict both what data comes to your web browser from the HTTP server (eg, cookies), and to restrict what data is allowed through from your web browser to the HTTP server (eg, version information).
* Easily modified: If you're looking to build a custom web proxy, Tinyproxy is very easy to modify to your custom needs - the source is straightforward, adhering to the KISS principle. As such, it can be used as a foundation for anything you may need a web proxy to do (send patches!)
* Remote monitoring: Using the remote monitoring feature, you can access proxy statistics from afar, letting you know exactly how busy the proxy is.
* Load average monitoring: Tinyproxy can be configured to watch the load average on most platforms, and start refusing requests when the load reaches a certain point - you may recognize this feature from sendmail.
* Access control: You can configure Tinyproxy to only allow requests from a certain subnet, or from a certain interface, thus allowing you to ensure that random, unauthorized people will not be using your proxy.
* Secure: With a bit of configuration (specifically, making the log file owned by nobody and running it on a port >1024), 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. The simplicity of the code ensures it remains easy to spot such bugs.
* Small footprint: As mentioned above, 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). Thus, Tinyproxy can be run on a spare, older machine, or even a workstation, without any noticeable impact on performance.Availability in OS distributions
Tinyproxy is available in various operating systems such as Ubuntu [cite web |title = Tinyproxy on Ubuntu LaunchPad |url = https://launchpad.net/ubuntu/+source/tinyproxy] ,
Debian [cite web |title = Tinyproxy in packages.debian.org |url = http://packages.debian.org/tinyproxy] ,Gentoo Linux [cite web |title = Tinyproxy in packages.gentoo.org |url = http://packages.gentoo.org/package/net-proxy/tinyproxy] andFreeBSD [cite web |title = FreeBSD port description of Tinyproxy |url = http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/tinyproxy/] .See also
*
Proxy server
*Squid cache References
External links
* [https://www.banu.com/tinyproxy/ Tinyproxy project homepage]
Wikimedia Foundation. 2010.