Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
DocumentRoot /srv/static.debian.org/mirrors/$name/cur
<Directory /srv/static.debian.org/mirrors/$name/cur>
AllowOverride FileInfo Indexes Options=Multiviews
- Options Multiviews Indexes FollowSymLinks
+ Options Multiviews Indexes FollowSymLinks Includes
IndexOptions FancyIndexing NameWidth=*
Order allow,deny
Allow from all
DefaultType text/plain
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
+ AddOutputFilter INCLUDES .xhtml
</Macro>
ServerAdmin debian-admin@debian.org
RedirectPermanent / http://www.ports.debian.org/
</VirtualHost>
-
-<VirtualHost <%= vhost_listen %> >
- ServerName ports.debian.org
- ServerAdmin debian-admin@debian.org
- Options MultiViews Includes
- AddOutputFilter INCLUDES .xhtml
-</VirtualHost>