commit c61eac7c0a82390118312d890021cb76ccde10ff Author: Roger Dingledine arma@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/>
tor-commits@lists.torproject.org