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.
|
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@"
|
|
)
|