[[serveur:tinyproxy]]
Piste: » tinyproxy
Version Dapper
Rédigé par Ad_Vitam
Tinyproxy
Tinyproxy est un proxy web très leger. Il ne crée pas de cache des pages visitées.
Installation
Tinyproxy est très simple d'installation puisqu'il est présent dans le dépot universe.
sudo apt-get install tinyproxy
Configuration
Le fichier de configuration :
sudo vi /etc/tinyproxy/tinyproxy.conf
Pour modifier les restrictions d'accès changer les lignes :
# The following is the authorization controls. If there are any access # control keywords then the default action is to DENY. Otherwise, the # default action is ALLOW. # # Also the order of the controls are important. The incoming connections # are tested against the controls based on order. # Allow 127.0.0.1 Allow 192.168.1.0/25
Pour personnaliser les pages d'erreur :
cd /usr/share/tinyproxy
Tinyproxy s'éxecute en deamon. Pour l'arrêter, le démarrer et le redémarrer:
sudo /etc/init.d/tinyproxy stop sudo /etc/init.d/tinyproxy start sudo /etc/init.d/tinyproxy restart