The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
include "fcgi_engine.lighttpd.base.conf"

fastcgi.server = (
    "/count" =>
    ((
        "check-local" => "disable",
        "host"        => "127.0.0.1",
        "port"        => 10001,
    ))
)