some hosts use mpm_prefork
[mirror/dsa-puppet.git] / modules / roles / templates / apache-ftp.ports.debian.org.erb
index 778b6cc..458a83e 100644 (file)
        Alias /debian-ports-cd /srv/mirrors/debian-ports-cd
        <Directory /srv/mirrors/debian-ports-cd>
                Require all granted
-               IndexOptions NameWidth=* +SuppressDescription
                Options +Indexes
                Options +FollowSymLinks
        </Directory>
+
+       <IfModule mod_userdir.c>
+               UserDir disabled
+       </IfModule>
 </VirtualHost>
 # vim:set syn=apache: