Jon@svn.torproject.org commited on 2009-07-07 05:30:29
Zeige 1 geänderte Dateien mit 14 Einfügungen und 14 Löschungen.
| ... | ... |
@@ -33,17 +33,17 @@ 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> |
|
| 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> |
|
| 37 | 37 |
|
| 38 |
-Updates no later than every six hours, but no more frequent than every hour.<br> |
|
| 38 |
+Updates no later than every six hours, but no more frequent than every hour.<br><br> |
|
| 39 | 39 |
|
| 40 |
-Allows "Directory Index / Indexes" (Index viewing) of the /dist directory.<br> |
|
| 40 |
+Allows "Directory Index / Indexes" (Index viewing) of the /dist directory.<br><br> |
|
| 41 | 41 |
|
| 42 |
-Allows "Multiviews" or equivalent for language localization.<br> |
|
| 42 |
+Allows "Multiviews" or equivalent for language localization.<br><br> |
|
| 43 | 43 |
|
| 44 |
-Have a valid contact email for administrative communications should your server have issues.<br> |
|
| 44 |
+Have a valid contact email for administrative communications should your server have issues.<br><br> |
|
| 45 | 45 |
|
| 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> |
|
| 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> |
|
| 47 | 47 |
|
| 48 | 48 |
</p> |
| 49 | 49 |
<br /><br /> |
| ... | ... |
@@ -62,16 +62,16 @@ configuration file to use: |
| 62 | 62 |
<tt> |
| 63 | 63 |
<pre> |
| 64 | 64 |
<VirtualHost 1.2.3.4:80> |
| 65 |
- <ServerAdmin youremail@example.com> |
|
| 66 |
- <ServerName 1.2.3.4> |
|
| 65 |
+ ServerAdmin youremail@example.com<br> |
|
| 66 |
+ ServerName 1.2.3.4<br> |
|
| 67 | 67 |
|
| 68 |
- <DocumentRoot /var/www/mirrors/torproject.org> |
|
| 68 |
+ DocumentRoot /var/www/mirrors/torproject.org<br> |
|
| 69 | 69 |
|
| 70 |
- <Directory /var/www/mirrors/torproject.org/> |
|
| 71 |
- <Options MultiViews Indexes> |
|
| 72 |
- <DirectoryIndex index> |
|
| 73 |
- <AllowOverride None> |
|
| 74 |
- </Directory> |
|
| 70 |
+ <Directory /var/www/mirrors/torproject.org/><br> |
|
| 71 |
+ Options MultiViews Indexes<br> |
|
| 72 |
+ DirectoryIndex index<br> |
|
| 73 |
+ AllowOverride None<br> |
|
| 74 |
+ </Directory><br> |
|
| 75 | 75 |
|
| 76 | 76 |
</VirtualHost> |
| 77 | 77 |
</pre> |
| 78 | 78 |