[Solved] FastCGI
Added by BJohnson over 9 years ago
I have tried every syntax I could think of to install FastCGI on my Beaglebone Black running Debian.
Examples:
sudo apt-get install lighttpd-module-fastcgi or lighttpd-mod-fastcgi or light-mod_fastcgi. I get the same message "unable to locate package".
What am I doing wrong?
Thanks
Bil
Replies (1)
RE: [Solved] FastCGI - Added by gstrauss about 8 years ago
On opkg-based systems, opkg install lighttpd lighttpd-module-fastcgi
On Debian systems managed with apt-get, use the lighttpd-enable-mod
command to enable the module. lighttpd fastcgi module is installed along with apt-get install lighttpd