Runa A. Sandvik commited on 2009-07-14 10:06:20
Zeige 1 geänderte Dateien mit 22 Einfügungen und 14 Löschungen.
... | ... |
@@ -33,17 +33,25 @@ rsync -av --delete rsync://rsync.torproject.org/tor/dist tor-mirror-dist/ |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
<p> |
36 |
-In order to assure the mirrors of of high quility and up to date... Please ensure your mirror does at least the following:<br><br> |
|
36 |
+In order to assure the mirrors of of high quility and up to date... |
|
37 |
+Please ensure your mirror does at least the following:<br/><br/> |
|
37 | 38 |
|
38 |
-Updates no later than every six hours, but no more frequent than every hour.<br><br> |
|
39 |
+Updates no later than every six hours, but no more frequent than every |
|
40 |
+hour.<br/><br/> |
|
39 | 41 |
|
40 |
-Allows "Directory Index / Indexes" (Index viewing) of the /dist directory.<br><br> |
|
42 |
+Allows "Directory Index / Indexes" (Index viewing) of the /dist |
|
43 |
+directory.<br/><br/> |
|
41 | 44 |
|
42 |
-Allows "Multiviews" or equivalent for language localization.<br><br> |
|
45 |
+Allows "Multiviews" or equivalent for language localization.<br/><br/> |
|
43 | 46 |
|
44 |
-Have a valid contact email for administrative communications should your server have issues.<br><br> |
|
47 |
+Have a valid contact email for administrative communications should your |
|
48 |
+server have issues.<br/><br/> |
|
45 | 49 |
|
46 |
-It is highly recommended for all mirror operators to subscribe to <A href="http://archives.seul.org/tor/mirrors/">tor-mirrors mailing list</A> where all mirror listing modification requests should go (ADD, CHANGE, DELETE, any other requests/notifications). Also, any technical assistance in setting up your mirror may be found here as well.<br><br> |
|
50 |
+It is highly recommended for all mirror operators to subscribe to <A |
|
51 |
+href="http://archives.seul.org/tor/mirrors/">tor-mirrors mailing |
|
52 |
+list</A> where all mirror listing modification requests should go (ADD, |
|
53 |
+CHANGE, DELETE, any other requests/notifications). Also, any technical |
|
54 |
+assistance in setting up your mirror may be found here as well.<br/><br/> |
|
47 | 55 |
|
48 | 56 |
</p> |
49 | 57 |
<br /><br /> |
... | ... |
@@ -62,16 +70,16 @@ configuration file to use: |
62 | 70 |
<tt> |
63 | 71 |
<pre> |
64 | 72 |
<VirtualHost 1.2.3.4:80> |
65 |
- ServerAdmin youremail@example.com<br> |
|
66 |
- ServerName 1.2.3.4<br> |
|
73 |
+ ServerAdmin youremail@example.com<br/> |
|
74 |
+ ServerName 1.2.3.4<br/> |
|
67 | 75 |
|
68 |
- DocumentRoot /var/www/mirrors/torproject.org<br> |
|
76 |
+ DocumentRoot /var/www/mirrors/torproject.org<br/> |
|
69 | 77 |
|
70 |
- <Directory /var/www/mirrors/torproject.org/><br> |
|
71 |
- Options MultiViews Indexes<br> |
|
72 |
- DirectoryIndex index<br> |
|
73 |
- AllowOverride None<br> |
|
74 |
- </Directory><br> |
|
78 |
+ <Directory /var/www/mirrors/torproject.org/><br/> |
|
79 |
+ Options MultiViews Indexes<br/> |
|
80 |
+ DirectoryIndex index<br/> |
|
81 |
+ AllowOverride None<br/> |
|
82 |
+ </Directory><br/> |
|
75 | 83 |
|
76 | 84 |
</VirtualHost> |
77 | 85 |
</pre> |
78 | 86 |