Fix apache source appearance. Special thanks to Tas.
Jon@svn.torproject.org

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
 &lt;VirtualHost 1.2.3.4:80&gt;
65
-        ServerAdmin youremail@example.com
66
-        ServerName  1.2.3.4
65
+        &lt;ServerAdmin youremail@example.com&gt;
66
+        &lt;ServerName  1.2.3.4&gt;
67 67
 
68
-        DocumentRoot /var/www/mirrors/torproject.org
68
+        &lt;DocumentRoot /var/www/mirrors/torproject.org&gt;
69 69
 
70 70
         &lt;Directory /var/www/mirrors/torproject.org/&gt;
71
-                Options MultiViews Indexes
72
-                DirectoryIndex index
73
-                AllowOverride None
71
+            &lt;Options MultiViews Indexes&gt;
72
+            &lt;DirectoryIndex index&gt;
73
+            &lt;AllowOverride None&gt;
74 74
         &lt;/Directory&gt;
75 75
 
76 76
 &lt;/VirtualHost&gt;
77 77