apparently apache cannot handle comments on non-empty lines
Roger Dingledine

Roger Dingledine commited on 2014-10-23 04:40:13
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.

... ...
@@ -75,7 +75,8 @@ rsync -aq --delete rsync://rsync.torproject.org/dist-mirror/ /var/www/mirrors/to
75 75
     DocumentRoot /var/www/mirrors/torproject.org<br/>
76 76
 
77 77
     &lt;Directory /var/www/mirrors/torproject.org/&gt;<br/>
78
-        Options MultiViews Indexes # Be sure to enable the autoindex and negotiation modules<br/>
78
+        # Be sure to enable the autoindex and negotiation modules<br/>
79
+        Options MultiViews Indexes<br/>
79 80
         DirectoryIndex index<br/>
80 81
         AllowOverride None<br/>
81 82
     &lt;/Directory&gt;<br/>
82 83