i got the same problem..this should be a bug..
thanks for the info Deapesh..
deleting / modifying some lines worked for me.. here is my 10-cgi.conf file
server.modules  += ( "mod_cgi" )


$HTTP["remoteip"] == "127.0.0.1" {
        alias.url = ( "/cgi-bin/" => "/usr/lib/cgi-bin/" )
        $HTTP["url"] =~ "^/cgi-bin/" {
                cgi.assign = ( "" => "" )
        }
}

$HTTP["url"] =~ "^/cgi-bin/" {
        cgi.assign = ( "" => "" )
}

cgi.assign      = (
        ".pl"  => "/usr/bin/perl",
        ".php" => "/usr/bin/php-cgi",
        ".py"  => "/usr/bin/python",
)

-- 
lighttpd: can not run CGI files ('404' error messages for CGI files accessed 
locally)
https://bugs.launchpad.net/bugs/292347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to