This file is indexed.

/usr/share/doc/mailgraph/examples/lighttpd.conf is in mailgraph 1.14-11.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Alias for mailgraph.cgi
# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568210

alias.url += ( 
    "/mailgraph.cgi" => "/usr/lib/cgi-bin/mailgraph.cgi",
)

$HTTP["url"] =~ "^/mailgraph*", {
    
}