diff options
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.8 | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/doc/tinyproxy.8 b/doc/tinyproxy.8 deleted file mode 100644 index 3187460..0000000 --- a/doc/tinyproxy.8 +++ /dev/null @@ -1,60 +0,0 @@ -.\" -*- nroff -*- -.\" -.\" tinyproxy.8 -.\" -.\" Copyright (c) 1998-2000 Steven Young -.\" Copyright (c) 2000-2001 Robert James Kaes -.\" -.\" This program is distributed under the terms of the GNU General Public -.\" License. See COPYING for additional information. -.\" -.TH tinyproxy 8 .\" "tinyproxy Manual" "January 27, 2003" -.SH NAME -tinyproxy -- A small HTTP proxy server -.SH SYNTAX -\fBtinyproxy\fR [ \fB-vldch\fR ] -.SH VERSION -This man page documents the usage of the tinyproxy command. -.SH DESCRIPTION -\fBtinyproxy\fR is a lightweight HTTP proxy server designed to consume a minimum amount of system resources. It listens on a given TCP port and handles HTTP proxy requests. -.SH OPTIONS -.IP "-c <config_file>" -Use an alternate configuration file. -.IP -d -Don't daemonize; stay in the foreground. Useful for debugging purposes. -.IP -h -Display a short help screen of command line arguments and exit. -.IP -l -Display the licensing agreement. -.IP -v -Display version information and exit. -.SH SIGNALS -In addition to these command line options, there are also several signals -that can be sent to tinyproxy while it is running to generate debugging -information and to force certain events. -.TP 5 -.B SIGHUP -Force \fBtinyproxy\fR to do a garbage collection on the current connections -linked list. This is usually done automatically after a certain number of -connections have been handled. -.SH FILES -.nf -/etc/tinyproxy/tinyproxy.conf -/var/run/tinyproxy.pid -/var/log/tinyproxy.log -.fi -.SH AUTHORS -.nf -Robert James Kaes (rjkaes@flarenet.com) -Steven Young (sdyoung@users.sourceforge.net) -.fi -.SH COPYRIGHT -\fBtinyproxy\fR is distributed under the GNU Public License (GPL). For more -information on the GPL, please see the file COPYING which should have been -included in the archive with \fBtinyproxy\fR. Failing that, -http://www.fsf.org/ will doubtless have a copy up for you to peruse. Please -don't use this software if you don't agree to the terms specified therein. -.SH AVAILABILITY -The latest version of \fBtinyproxy\fR can be acquired from: http://tinyproxy.sourceforge.net/ -.SH BUGS -Please report any bugs, problems or security issues with tinyproxy via the Bug Tracking system hosted by SourceForge at the following URL: \fBhttp://sourceforge.net/tracker/?group_id=2632\fR |