761f8802e5d3324cd59fb99f6772410db0f9709b
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

1) ## translation metadata
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

2) # Based-On-Revision: 20718
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.
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

16) Il sito web Tor e la directory di distribuzione al momento richiedono 1,6 GB di
17) spazio sul disco. la directory /dist da sola &egrave; di 230 MB.</p>
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

18) 
19) <p>
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

20) Se vuoi realizzare un mirror (sito + dist) &egrave; molto semplice: usa questo comando per scaricare
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

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 [it] update mirrors page

Jan Reister authored 14 years ago

26) 
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

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>
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

34) 
35) <p>
36) Perch&eacute; i mirror siano affidabili ed aggiornati, per favore
37) controlla che facciano almeno questo:<br/><br/>
38) 
39) Aggiornamenti almeno ogni sei ore, ma non pi&ugrave; frequenti di
40) uno ogni ora.<br/><br/>
41) 
42) Devono permettere "Directory Index / Indexes" (vista a indice) della directory /dist.
43) <br/><br/>
44) 
45) Devono permettere "Multiviews" o equivalenti per la localizzazione della lingua.<br/><br/>
46) 
47) Devono avere un indirizzo email valido come contatto per comunicazioni amministrative in
48) caso di problemi col tuo server.<br/><br/>
49) 
50) &Egrave; caldamente consigliato che i gestori die mirror si iscrivano alla <A
51) href="http://archives.seul.org/tor/mirrors/">tor-mirrors mailing
52) list</A> a cui dovrebbero essere dirette tutte le richieste di modifica dei mirror (aggiunta,
53) modifica, cancellazione e ogni altra richiesta o notifica). Vi si pu&ograve; trovare
54) anche assistenza nella configurazione e gestione del tuo mirror.<br/><br/>
55) 
56) </p>
57) 
58) <br /><br />
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

59) Ad esempio, un cronjob per aggiornare un intero mirror una volta al giorno &egrave; qualcosa come:
60) <tt>
61) <pre>
62) # m h  dom mon dow   command
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

63) 0 */6 * * * rsync -av --delete rsync://rsync.torproject.org/tor /var/www/mirrors/torproject.org
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

64) </pre>
65) </tt>
66) </p>
67) <br/>
68) Per i gestori di mirror che usano Apache, abbiamo creato un file di configurazione d'esempio per
69) un virtual host da usare:
70) <tt>
71) <pre>
72) &lt;VirtualHost 1.2.3.4:80&gt;
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

73)         ServerAdmin youremail@example.com<br/>
74)         ServerName  1.2.3.4<br/>
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

75) 
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

76)         DocumentRoot /var/www/mirrors/torproject.org<br/>
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

77) 
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

78)         &lt;Directory /var/www/mirrors/torproject.org/&gt;<br/>
79)                 Options MultiViews<br/>
80)                 DirectoryIndex index<br/>
81)                 AllowOverride None<br/>
82)         &lt;/Directory&gt;<br/>
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

83) 
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

84) &lt;/VirtualHost&gt;
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

85) </pre>
86) </tt>
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

87) <br /> <br />
88) Per favore mantieni aggiornato il mirror (ti suggeriamo di automatizzare questo
89) compito con '<tt>cron</tt>' e simili). Il nostro sito web, il codice sorgente e le
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

90) release binarie cambiano spesso. Noi consigliamo una frequenza di aggiornamento di sei ore. Gi utilizzatori di Tor te ne saranno grati.
Jan Reister add italian page on running...

Jan Reister authored 15 years ago

91) </p>
Jan Reister update italian mirror opera...

Jan Reister authored 15 years ago

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

Jan Reister authored 15 years ago

93) <p>
Jan Reister [it] update mirrors page

Jan Reister authored 14 years ago

94) Se gestisci un mirror, per favore iscriviti alla
95) <A href="http://archives.seul.org/tor/mirrors/">tor-mirrors mailing list</A>, e presentati brevemente.
96) Ti aggiungeremo alla lista dei mirror.
97) Sulla lista si pu&ograve; anche trovare aiuto sulla configurazione e gestione dei mirror.