[tor-commits] [webwml/master] apparently apache cannot handle comments on non-empty lines

arma at torproject.org arma at torproject.org
Thu Oct 23 02:42:04 UTC 2014


commit c61eac7c0a82390118312d890021cb76ccde10ff
Author: Roger Dingledine <arma at torproject.org>
Date:   Wed Oct 22 22:40:13 2014 -0400

    apparently apache cannot handle comments on non-empty lines
---
 docs/en/running-a-mirror.wml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/en/running-a-mirror.wml b/docs/en/running-a-mirror.wml
index ee903fb..39a3430 100644
--- a/docs/en/running-a-mirror.wml
+++ b/docs/en/running-a-mirror.wml
@@ -75,7 +75,8 @@ rsync -aq --delete rsync://rsync.torproject.org/dist-mirror/ /var/www/mirrors/to
     DocumentRoot /var/www/mirrors/torproject.org<br/>
 
     <Directory /var/www/mirrors/torproject.org/><br/>
-        Options MultiViews Indexes # Be sure to enable the autoindex and negotiation modules<br/>
+        # Be sure to enable the autoindex and negotiation modules<br/>
+        Options MultiViews Indexes<br/>
         DirectoryIndex index<br/>
         AllowOverride None<br/>
     </Directory><br/>



More information about the tor-commits mailing list