commit dc89f38647e745f7764d5d300edf93169fcadb9a Author: Roger Dingledine arma@torproject.org Date: Wed Oct 22 22:02:02 2014 -0400
at least one debian user had a broken mirror without using a2enmod --- docs/en/running-a-mirror.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/running-a-mirror.wml b/docs/en/running-a-mirror.wml index 53354a9..ee903fb 100644 --- a/docs/en/running-a-mirror.wml +++ b/docs/en/running-a-mirror.wml @@ -75,7 +75,7 @@ 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<br/> + Options MultiViews Indexes # Be sure to enable the autoindex and negotiation modules<br/> DirectoryIndex index<br/> AllowOverride None<br/> </Directory><br/>
tor-commits@lists.torproject.org