The following commit has been merged in the master branch:
commit aa805fcc5c9c1e2532555ac06095ebb241664f71
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Wed Feb 20 03:11:44 2008 +0100
apache.conf: Issue a correct 404 for /favicon.ico
Maybe that will teach some browsers not to request it so often...
diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in
index 35bb3b5..eba6664 100644
--- a/conf/apache.conf.sed.in
+++ b/conf/apache.conf.sed.in
@@ -110,6 +110,7 @@
RewriteRule ^/about/ - [L]
RewriteRule ^/[^/]+\.css - [L]
RewriteRule ^/[^/]+\.js - [L]
+ RewriteRule ^/favicon.ico$ - [L]
# RewriteRule ^/$ http://www.debian.org/distrib/packages
RewriteRule ^/$ /index.html [L]
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]