You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/nagios-core/files/lighttpd_nagios4-r1.conf

16 lines
297 B

server.modules += ("mod_cgi")
server.modules += ("mod_alias")
$HTTP["url"] =~ "^/nagios/cgi-bin/" {
dir-listing.activate = "disable"
cgi.assign = (
".pl" => "/usr/bin/perl",
".cgi" => ""
)
}
alias.url += (
"/nagios/cgi-bin" => "@CGIBINDIR@",
"/nagios" => "@WEBDIR@"
)