f9d085324aee834bd647efba819533688cf79fc2
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

1) ## translation metadata
Jan Reister [it] explain mirrors, move...

Jan Reister authored 14 years ago

2) # Based-On-Revision: 19475
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

3) # Last-Translator: jan at seul .org
4) 
5) #include "head.wmi" TITLE="Tor: gestire un mirror" CHARSET="UTF-8"
6) 
7) <div class="main-column">
8) 
9) <h2>Tor: gestire un mirror</h2>
10) <hr />
11) 
Jan Reister [it] explain mirrors, move...

Jan Reister authored 14 years ago

12) <p>Se vuoi essere un mirror del sito web Tor ti ringraziamo. Tutti i
13) nostri mirror sono elencati in pubblico nella <a href="<page mirrors>">pagina dei nostri mirror
14) </a>.  Qui trovi alcuni comandi e configurazione d'esempio per
15) facilitare la creazione e l'aggiornamento continuo di un mirror.
16) Il sito web Tor e la directory di distribuzione al momento richiedono 15GB di
17) spazio sul disco. la directory /dist da sola &egrave; di is 3.6 GB.</p>
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

18) 
19) <p>
20) Se vuoi realizzare un mirror &egrave; molto semplice: usa questo comando per scaricare
21) tutto ci&ograve; di cui un mirror ha bisogno:
22) <br /> <br />
23) <tt>
24) rsync -av --delete rsync://rsync.torproject.org/tor tor-mirror/
25) </tt>
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

26) <br /><br />
27) <p>
Jan Reister [it] explain mirrors, move...

Jan Reister authored 14 years ago

28) Se hai intenzione di creare solo un dist/ mirror, usa questo comando per scaricare
29) tutto ci&ograve; che un dist/mirror ha bisogno di replicare:
30) <br /> <br />
31) <tt>
32) rsync -av --delete rsync://rsync.torproject.org/tor/dist tor-mirror-dist/
33) </tt>
34) <br/> <br/>
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

35) Ad esempio, un cronjob per aggiornare un intero mirror una volta al giorno &egrave; qualcosa come:
36) <tt>
37) <pre>
38) # m h  dom mon dow   command
39) 1 4 * * * rsync -av --delete rsync://rsync.torproject.org/tor /var/www/mirrors/torproject.org/
40) </pre>
41) </tt>
42) </p>
43) <br/>
44) Per i gestori di mirror che usano Apache, abbiamo creato un file di configurazione d'esempio per
45) un virtual host da usare:
46) <tt>
47) <pre>
48) &lt;VirtualHost 1.2.3.4:80&gt;
49)         ServerAdmin youremail@example.com
50)         ServerName  1.2.3.4
51) 
52)         DocumentRoot /var/www/mirrors/torproject.org
53) 
54)         &lt;Directory /var/www/mirrors/torproject.org/&gt;
55)                 Options MultiViews
56)                 DirectoryIndex index
57)                 AllowOverride None
58)         &lt;/Directory&gt;
59) 
60) &lt;VirtualHost&gt;
61) </pre>
62) </tt>
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

63) <br /> <br />
64) Per favore mantieni aggiornato il mirror (ti suggeriamo di automatizzare questo
65) compito con '<tt>cron</tt>' e simili). Il nostro sito web, il codice sorgente e le
66) release binarie cambiano spesso. Gi utilizzatori di Tor te ne saranno grati.
67) </p>
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

68) <br/>
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

69) <p>
70) Se gestisci un mirror, per favore scrivici a
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

71) <a href="<page contact>">tor-webmaster</a> e ti aggiungeremo alla lista.