[or-cvs] r19936: {website} Fix apache source appearance. Special thanks to Tas. (website/trunk/en)

Jon at seul.org Jon at seul.org
Tue Jul 7 02:41:54 UTC 2009


Author: Jon
Date: 2009-07-06 22:41:54 -0400 (Mon, 06 Jul 2009)
New Revision: 19936

Modified:
   website/trunk/en/running-a-mirror.wml
Log:
Fix apache source appearance.  Special thanks to Tas.

Modified: website/trunk/en/running-a-mirror.wml
===================================================================
--- website/trunk/en/running-a-mirror.wml	2009-07-07 02:14:44 UTC (rev 19935)
+++ website/trunk/en/running-a-mirror.wml	2009-07-07 02:41:54 UTC (rev 19936)
@@ -62,15 +62,15 @@
 <tt>
 <pre>
 &lt;VirtualHost 1.2.3.4:80&gt;
-        ServerAdmin youremail at example.com
-        ServerName  1.2.3.4
+        &lt;ServerAdmin youremail at example.com&gt;
+        &lt;ServerName  1.2.3.4&gt;
 
-        DocumentRoot /var/www/mirrors/torproject.org
+        &lt;DocumentRoot /var/www/mirrors/torproject.org&gt;
 
         &lt;Directory /var/www/mirrors/torproject.org/&gt;
-                Options MultiViews Indexes
-                DirectoryIndex index
-                AllowOverride None
+            &lt;Options MultiViews Indexes&gt;
+            &lt;DirectoryIndex index&gt;
+            &lt;AllowOverride None&gt;
         &lt;/Directory&gt;
 
 &lt;/VirtualHost&gt;



More information about the tor-commits mailing list