Tagged Questions
0
votes
2answers
199 views
How to configure Django/Apache on Raspbian?
I am trying to setup my pi as a python web server. I already have Apache/PHP/MySQL running. I can't find the correct way to configure Django on Apache however. Can somebody help?
1
vote
1answer
240 views
Espeak over python cgi
I am running lighttpd webserver on my raspberry pi (raspbian os).
On my small website I have a form which executes a python script via cgi - this part is working okay.
Now I tried to call espeak from ...
2
votes
2answers
2k views
Execute Python Scripts Via Web interface
I have seen a lot of projects which claim to control the GPIO pins, but I want something a bit different, for example, to be able to blink an LED.
Is there a system out there where, via a web ...
5
votes
2answers
503 views
Is running a CGI server as root too dangerous?
I've setup my Raspberry Pi with nginx and fcgiwrap as CGI. I wanted to control GPIO ports using a Python script with the Rpi.GPIO library. The problem is that in order to be able to control the ports, ...
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 ...