2000-02-17 01:32:49 +08:00
. \" -*- nroff -*-
. \"
2003-01-28 01:41:52 +08:00
. \" tinyproxy.8
2000-02-17 01:32:49 +08:00
. \"
2003-08-06 05:14:43 +08:00
. \" Copyright (c) 1998-2000 Steven Young
. \" Copyright (c) 2000-2001 Robert James Kaes
2000-02-17 01:32:49 +08:00
. \"
. \" This program is distributed under the terms of the GNU General Public
. \" License. See COPYING for additional information.
. \"
2003-01-28 01:41:52 +08:00
.TH tinyproxy 8 .\" "tinyproxy Manual" "January 27, 2003"
2000-02-17 01:32:49 +08:00
.SH NAME
2003-08-06 05:14:43 +08:00
tinyproxy -- A small HTTP proxy server
2000-09-12 07:33:37 +08:00
.SH SYNTAX
2003-08-06 05:14:43 +08:00
\fB tinyproxy\fR [ \fB -vldch\fR ]
2000-09-12 07:33:37 +08:00
.SH VERSION
2003-08-06 05:14:43 +08:00
This man page documents the usage of the tinyproxy command.
2000-02-17 01:32:49 +08:00
.SH DESCRIPTION
2003-08-06 05:14:43 +08:00
\fB tinyproxy\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.
2000-02-17 01:32:49 +08:00
.SH OPTIONS
2003-08-06 05:14:43 +08:00
.IP "-c <config_file>"
2000-09-12 07:33:37 +08:00
Use an alternate configuration file.
.IP -d
Don't daemonize; stay in the foreground. Useful for debugging purposes.
.IP -h
2000-03-12 04:36:48 +08:00
Display a short help screen of command line arguments and exit.
2001-08-27 05:20:49 +08:00
.IP -l
2003-08-06 05:14:43 +08:00
Display the licensing agreement.
2000-09-12 07:33:37 +08:00
.IP -v
2000-03-12 04:36:48 +08:00
Display version information and exit.
2000-02-17 01:32:49 +08:00
.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
2000-09-12 07:33:37 +08:00
Force \fB tinyproxy\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.
2000-02-17 01:32:49 +08:00
.SH FILES
2000-09-12 07:33:37 +08:00
.nf
/etc/tinyproxy/tinyproxy.conf
/var/run/tinyproxy.pid
/var/log/tinyproxy.log
.fi
2000-02-17 01:32:49 +08:00
.SH AUTHORS
2000-09-12 07:33:37 +08:00
.nf
2000-02-17 01:32:49 +08:00
Robert James Kaes (rjkaes@flarenet.com)
2001-06-02 04:35:33 +08:00
Steven Young (sdyoung@users.sourceforge.net)
2000-09-12 07:33:37 +08:00
.fi
2000-02-17 01:32:49 +08:00
.SH COPYRIGHT
2000-09-12 07:33:37 +08:00
\fB tinyproxy\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 \fB tinyproxy\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.
2000-02-17 01:32:49 +08:00
.SH AVAILABILITY
2000-09-12 07:33:37 +08:00
The latest version of \fB tinyproxy\fR can be acquired from: http://tinyproxy.sourceforge.net/
2003-08-06 05:14:43 +08:00
.SH BUGS
Please report any bugs, problems or security issues with tinyproxy via the Bug Tracking system hosted by SourceForge at the following URL: \fB http://sourceforge.net/tracker/?group_id=2632\fR