Jon@svn.torproject.org commited on 2009-07-07 04:41:54
Zeige 1 geänderte Dateien mit 6 Einfügungen und 6 Löschungen.
| ... | ... |
@@ -62,15 +62,15 @@ 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> |
|
| 66 |
+ <ServerName 1.2.3.4> |
|
| 67 | 67 |
|
| 68 |
- DocumentRoot /var/www/mirrors/torproject.org |
|
| 68 |
+ <DocumentRoot /var/www/mirrors/torproject.org> |
|
| 69 | 69 |
|
| 70 | 70 |
<Directory /var/www/mirrors/torproject.org/> |
| 71 |
- Options MultiViews Indexes |
|
| 72 |
- DirectoryIndex index |
|
| 73 |
- AllowOverride None |
|
| 71 |
+ <Options MultiViews Indexes> |
|
| 72 |
+ <DirectoryIndex index> |
|
| 73 |
+ <AllowOverride None> |
|
| 74 | 74 |
</Directory> |
| 75 | 75 |
|
| 76 | 76 |
</VirtualHost> |
| 77 | 77 |