Andrew Lewman commited on 2010-05-17 13:36:03
Zeige 1 geänderte Dateien mit 4 Einfügungen und 12 Löschungen.
... | ... |
@@ -14,23 +14,15 @@ our mirrors are publicly listed on <a href="<page mirrors>">our mirrors |
14 | 14 |
page</a>. We've included some sample commands and configuration below |
15 | 15 |
to make the initial setup and ongoing maintenance a minimal effort. |
16 | 16 |
The Tor website and distribution directory currently require 5.0 GB of |
17 |
-disk space. The /dist directory alone is roughly 1.5 GB.</p> |
|
17 |
+disk space.</p> |
|
18 | 18 |
|
19 | 19 |
<p> |
20 |
-If you would like to run a mirror (website + dist), it's as easy as this command to download |
|
20 |
+If you would like to run a mirror, it's as easy as this command to download |
|
21 | 21 |
everything a mirror should share with the world: |
22 | 22 |
<br /> <br /> |
23 | 23 |
<tt> |
24 | 24 |
rsync -av --delete rsync://rsync.torproject.org/tor tor-mirror/ |
25 | 25 |
</tt> |
26 |
-<br /> <br /> |
|
27 |
-If you would like to run only a dist/ mirror (distribution only), it's as easy as this command to |
|
28 |
-download everything a dist mirror should share with the world: |
|
29 |
-<br /> <br /> |
|
30 |
-<tt> |
|
31 |
-rsync -av --delete rsync://rsync.torproject.org/tor/dist tor-mirror-dist/ |
|
32 |
-</tt> |
|
33 |
- |
|
34 | 26 |
|
35 | 27 |
<p> |
36 | 28 |
In order to assure we have reliable and up to date mirrors, |
... | ... |
@@ -69,9 +61,9 @@ For mirror operators that use Apache, we have created a sample virtual host |
69 | 61 |
configuration file to use: |
70 | 62 |
<tt> |
71 | 63 |
<pre> |
72 |
-<VirtualHost 1.2.3.4:80> |
|
64 |
+<VirtualHost 0.1.2.3:80> |
|
73 | 65 |
ServerAdmin youremail@example.com<br/> |
74 |
- ServerName 1.2.3.4<br/> |
|
66 |
+ ServerName 0.1.2.3<br/> |
|
75 | 67 |
|
76 | 68 |
DocumentRoot /var/www/mirrors/torproject.org<br/> |
77 | 69 |
|
78 | 70 |