I am using a Raspberry Pi running raspbian, a debian distro and am using lighttpd as a http server, How do I store the data that is input on the form in a text file in the Raspberry Pi(the server)? And would I have to run lighttpd as sudo? If so how? Any help would be appreciated. Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
What you need is something that allow you write custom handling logic for that data, like Python or another lightweight framework. Installing CGI support you could have Python: http://raspberrypi.stackexchange.com/questions/1346/how-to-get-python-to-work-with-lighttpd Cheers. |
|||
|
|