a highly optimized, open source web server, lighttpd consumes very little resources while still supporting CGI interfaces to other programs/languages (i.e. PHP, Python, Perl).

learn more… | top users | synonyms

0
votes
0answers
59 views

How can I stop Raspbmc from removing my directories at reboot?

This has happened to me multiple times, using either nginx or lighttpd as a webserver. Nginx and lighttpd create certain directories and files for logging errors and visitors. These are located in ...
10
votes
3answers
2k views

How to include RPi.GPIO in a python CGI script with lighttpd

I've recently setup python to work with lighttpd via CGI (see here). But the minute I go to include RPi.GPIO, the script stops executing (I'm assuming because no HTML gets output), but there is no ...
13
votes
1answer
4k views

How to get Python to work with Lighttpd?

I've got Lighttpd setup on my Raspberry Pi, but I'd like to get server-side code working now. I'm familiar with PHP, but I figure I should try Python as it's supposed to be the "go to" language for ...
5
votes
1answer
823 views

How to write to files in /var/www (after installing lighttpd)

I've just successfully installed lighttpd, but I've stumbled at the first stage when trying to create my own HTML file. I try to write to /var/www but I get permission denied. I've got a feeling it's ...
7
votes
1answer
2k views

How do I install lighttpd (lighty) on Debian “squeeze”?

How do I install lighttpd on my Raspberry Pi? I tried running sudo apt-get install lighttpd, which works fine on a regular Debian 'squeeze' installation, but on a Raspberry Pi I get the following ...