<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=TinyProxy</id>
	<title>TinyProxy - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=TinyProxy"/>
	<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=TinyProxy&amp;action=history"/>
	<updated>2026-05-27T17:29:23Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.espai.de/index.php?title=TinyProxy&amp;diff=918&amp;oldid=prev</id>
		<title>Marti: Es crea la pàgina amb «==Install Tinyproxy manually on a system without Emerge or apt-get==  Download Tinyproxy - go to https://www.banu.com/tinyproxy/download/ and download the latest version ...».</title>
		<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=TinyProxy&amp;diff=918&amp;oldid=prev"/>
		<updated>2011-11-05T12:38:38Z</updated>

		<summary type="html">&lt;p&gt;Es crea la pàgina amb «==Install Tinyproxy manually on a system without Emerge or apt-get==  Download Tinyproxy - go to https://www.banu.com/tinyproxy/download/ and download the latest version ...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Install Tinyproxy manually on a system without Emerge or apt-get==&lt;br /&gt;
&lt;br /&gt;
Download Tinyproxy - go to https://www.banu.com/tinyproxy/download/ and download the latest version&lt;br /&gt;
ex: wget https://www.banu.com/pub/tinyproxy/1.6/tinyproxy-1.6.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
Unpackage&lt;br /&gt;
 tar xzvf tinyproxy-1.6.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
Build&lt;br /&gt;
 cd tinyproxy-1.6.5&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If configure fails you need to install asciidoc. Download it and then &lt;br /&gt;
 tar -xzf asciidoc-8.6.6.tar.gz&lt;br /&gt;
 cd asciidoc-8.6.6 &lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
Then try again the configure from tinyproxy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Edit the configuration file:&lt;br /&gt;
 nano /usr/local/etc/tinyproxy.conf&lt;br /&gt;
&lt;br /&gt;
Adapt the paths, port, if you want log, and the Allow parameter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make some config files readable:&lt;br /&gt;
 sudo chmod a+r /usr/local/etc/tinyproxy.conf&lt;br /&gt;
&lt;br /&gt;
Create the log file:&lt;br /&gt;
 sudo touch /var/log/tinyproxy.log&lt;br /&gt;
 sudo chmod a+rw /var/log/tinyproxy.log&lt;br /&gt;
 sudo touch /var/run/tinyproxy.pid&lt;br /&gt;
 sudo chmod a+rw /var/run/tinyproxy.pid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can optionally create a startup script for tinyproxy, in your home directory:&lt;br /&gt;
 nano starttinyproxy&lt;br /&gt;
and paste this:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 killall tinyproxy&lt;br /&gt;
 /usr/local/sbin/tinyproxy -c /usr/local/etc/tinyproxy/tinyproxy.conf -d &amp;amp;&lt;br /&gt;
 # sleep 5&lt;br /&gt;
 # tail /var/log/tinyproxy.log&lt;br /&gt;
&lt;br /&gt;
save it, and make it executable:&lt;br /&gt;
 chmod u+x starttinyproxy&lt;br /&gt;
&lt;br /&gt;
Exit from root, and under your account, start up Tinyproxy:&lt;br /&gt;
./starttinyproxy &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To autostart it, copy the script to /etc/init.d/&lt;br /&gt;
 sudo cp starttinyproxy /etc/init.d&lt;br /&gt;
 sudo rc-update add starttinyproxy default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More info:&lt;br /&gt;
 http://alanlupsha.blogspot.com/2009/10/how-to-configure-and-install-tinyproxy.html&lt;br /&gt;
 http://www.methods.co.nz/asciidoc/INSTALL.html&lt;/div&gt;</summary>
		<author><name>Marti</name></author>
	</entry>
</feed>