[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19936: {website} Fix apache source appearance. Special thanks to Tas. (website/trunk/en)
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>
<VirtualHost 1.2.3.4:80>
- ServerAdmin youremail@xxxxxxxxxxx
- ServerName 1.2.3.4
+ <ServerAdmin youremail@xxxxxxxxxxx>
+ <ServerName 1.2.3.4>
- DocumentRoot /var/www/mirrors/torproject.org
+ <DocumentRoot /var/www/mirrors/torproject.org>
<Directory /var/www/mirrors/torproject.org/>
- Options MultiViews Indexes
- DirectoryIndex index
- AllowOverride None
+ <Options MultiViews Indexes>
+ <DirectoryIndex index>
+ <AllowOverride None>
</Directory>
</VirtualHost>