Comment 1 for bug 1290140

Revision history for this message
gstrauss (gstrauss) wrote :

There is no "generic" equivalent to PHP for Perl, Python, or Ruby. You need to configure the socket, or host and port, on which your script will know to listen.

fastcgi.server += ( ".php" =>
        ((
                "bin-path" => "/usr/bin/php-cgi",
                "socket" => "/var/run/lighttpd/php.socket",
        ))
)