0
votes
0answers
41 views

Lighttpd and Werkzeug

I'm terrible with configuring webservers. I've set up lighttpd and python, and I put some .py files in the cgi-bin folder and all that works. Just simple stuff like printing the datetime. Then I ...
2
votes
2answers
147 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 ...
13
votes
1answer
5k 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 ...
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 ...