OK, there's this bug (feature?) in lighttpd, but there's also a bug in
10-cgi.conf. You have two *SAME* aliases in it and one of them is
obviously superfluous:
alias.url += ( "/cgi-bin/" => "/usr/lib/cgi-bin/" )
$HTTP["remoteip"] =~ "127.0.0.1" {
alias.url += ( "/cgi-bin/" => "/usr/lib/cgi-bin/" )
$HTTP["url"] =~ "^/cgi-bin/" {
cgi.assign = ( "" => "" )
}
}
Please remove one of them and then close this bug.
Regards,
Vedran Furač
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]