File: lighttpd.conf

package info (click to toggle)
mailgraph 1.14-17
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 608 kB
  • sloc: perl: 7,060; sh: 133; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
# 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*", {
    
}