[or-cvs] r19800: {website} Add "Options MultiViews +Indexes" to VirtualHost directive. (website/trunk/en)
Jon at seul.org
Jon at seul.org
Wed Jun 24 02:07:11 UTC 2009
Author: Jon
Date: 2009-06-23 22:07:10 -0400 (Tue, 23 Jun 2009)
New Revision: 19800
Modified:
website/trunk/en/running-a-mirror.wml
Log:
Add "Options MultiViews +Indexes" to VirtualHost directive. (Completes fixes to Bug 1010)
Modified: website/trunk/en/running-a-mirror.wml
===================================================================
--- website/trunk/en/running-a-mirror.wml 2009-06-24 01:58:44 UTC (rev 19799)
+++ website/trunk/en/running-a-mirror.wml 2009-06-24 02:07:10 UTC (rev 19800)
@@ -52,7 +52,7 @@
DocumentRoot /var/www/mirrors/torproject.org
<Directory /var/www/mirrors/torproject.org/>
- Options MultiViews
+ Options MultiViews +Indexes
DirectoryIndex index
AllowOverride None
</Directory>
More information about the tor-commits
mailing list