lighty-enable-mod for Perl, Python and Ruby

Bug #1290140 reported by Fred
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lighttpd (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

To enable PHP, I just do.

sudo apt-get install php5-cgi
sudo lighty-enable-mod fastcgi
sudo lighty-enable-mod fastcgi-php

...and SHAZAM! It's done!
That's all I do!

Can you add a so that I can use lighty-enable-mod to enable Perl, Python and Ruby just as easy?

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",
        ))
)

Changed in lighttpd (Ubuntu):
status: New → Invalid
Revision history for this message
gstrauss (gstrauss) wrote :

Unable to mark "Wishlist" and "Won't Fix", so marking "Invalid"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.