Fixed a few spelling problems and added additional information regarding
the new configure arguments and information about the mailing lists.
This commit is contained in:
parent
ff95117d9d
commit
e820fecf53
41
README
41
README
@ -19,9 +19,14 @@
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
To install this package under a Unix derivative, read the INSTALL
|
To install this package under a Unix derivative, read the INSTALL
|
||||||
file. tinyproxy uses a standard GNU configure script. There are
|
file. tinyproxy uses a standard GNU configure script (basically you
|
||||||
additional command line arguments you can supply to configure. They
|
should be able to do:
|
||||||
include:
|
|
||||||
|
./configure ; make ; make install
|
||||||
|
|
||||||
|
in the top level directory to compile and install tinyproxy). There
|
||||||
|
are additional command line arguments you can supply to configure.
|
||||||
|
They include:
|
||||||
|
|
||||||
--enable-debug If you would like to turn on full
|
--enable-debug If you would like to turn on full
|
||||||
debugging support
|
debugging support
|
||||||
@ -35,6 +40,10 @@
|
|||||||
--enable-tunnel Provides the option of having
|
--enable-tunnel Provides the option of having
|
||||||
tinyproxy act as TCP tunnel, rather
|
tinyproxy act as TCP tunnel, rather
|
||||||
than a HTTP proxy.
|
than a HTTP proxy.
|
||||||
|
--enable-upstream Enable support for proxying connections
|
||||||
|
through another proxy server.
|
||||||
|
--enable-static Compile a static version of tinyproxy
|
||||||
|
|
||||||
|
|
||||||
Options for file locations etc.
|
Options for file locations etc.
|
||||||
--with-stathost=HOST Set the default name of the stats host
|
--with-stathost=HOST Set the default name of the stats host
|
||||||
@ -46,28 +55,38 @@
|
|||||||
directory. This will send an email to the authors reporting your
|
directory. This will send an email to the authors reporting your
|
||||||
version, and a few bits of information concerning the memory usage of
|
version, and a few bits of information concerning the memory usage of
|
||||||
tinyproxy. Alternatively, you could just send an email stating the
|
tinyproxy. Alternatively, you could just send an email stating the
|
||||||
version. Which ever you prefer.
|
version, whichever you prefer.
|
||||||
|
|
||||||
|
|
||||||
SUPPORT
|
SUPPORT
|
||||||
-------
|
-------
|
||||||
|
|
||||||
If you are having problems with tinyproxy, please report the problem
|
If you are having problems with tinyproxy, please report the problem
|
||||||
to:
|
to either:
|
||||||
|
|
||||||
Robert James Kaes <rjkaes@users.sourceforge.net>
|
Robert James Kaes <rjkaes@users.sourceforge.net>
|
||||||
Steven Young <sdyoung@users.sourceforge.net>
|
Steven Young <sdyoung@users.sourceforge.net>
|
||||||
|
|
||||||
|
You may also wish to subscribe to the tinyproxy-user mailing list. To
|
||||||
|
do so please visit:
|
||||||
|
|
||||||
|
http://lists.sourceforge.net/lists/listinfo/tinyproxy-users
|
||||||
|
|
||||||
|
for more information on how to subscribe and post messages to the
|
||||||
|
list.
|
||||||
|
|
||||||
Please recompile tinyproxy with full debug support (--enable-debug)
|
Please recompile tinyproxy with full debug support (--enable-debug)
|
||||||
and include a copy of the log file, and any assert errors reported by
|
and include a copy of the log file, and any assert errors reported by
|
||||||
tinyproxy. Also, if you feel up to it, try running tinyproxy under
|
tinyproxy. Note that tinyproxy will output memory statistics to
|
||||||
your debugger and report the error your received and a context
|
standard error if compiled with debugging support so you might want
|
||||||
listing of the location. Under gdb you would run tinyproxy like so:
|
to redirect the output to a file for later examination. Also, if you
|
||||||
|
feel up to it, try running tinyproxy under your debugger and report
|
||||||
|
the error your received and a context listing of the location. Under
|
||||||
|
gdb you would run tinyproxy like so:
|
||||||
|
|
||||||
gdb tinyproxy
|
gdb tinyproxy
|
||||||
|
|
||||||
(gdb) set args -c location_of_tinyproxy_conf -d
|
(gdb) run -c location_of_tinyproxy_conf -d 2>/dev/null
|
||||||
(gdb) run
|
|
||||||
|
|
||||||
Now access the port tinyproxy is on until you receive a break in the
|
Now access the port tinyproxy is on until you receive a break in the
|
||||||
gdb. You can now type:
|
gdb. You can now type:
|
||||||
|
Loading…
Reference in New Issue
Block a user