Questions tagged «lighttpd»

2
如何使Python与Lighttpd配合使用?
我已经在Raspberry Pi上安装了Lighttpd,但是现在我想让服务器端代码正常工作。我熟悉PHP,但是我认为应该尝试使用Python,因为它应该是Raspberry Pi的“入门语言”。如何通过Lighttpd使Python处理服务器端代码?

4
如何在带有lighttpd的python CGI脚本中包含RPi.GPIO?
我最近设置了python以通过CGI与lighttpd一起使用(请参阅此处)。但是,在我加入RPi.GPIO的那一刻,脚本停止执行(我假设是因为没有HTML输出),但是错误日志(/var/log/lighttpd/error.log)中没有错误输出。 gpio.py import RPi.GPIO as GPIO print "<html>" print "\t<head>" print "\t\t<title>GPIO</title>" print "\t</head>" print "\t<body>" print "\t\t<p>" print "\t\t\tGPIO #17 status: " print "\t\t</p>" print "\t</body>" print "</html>" 为什么脚本不执行?是因为权限?当然,包括该库不应该要求任何特殊权限吗?为什么脚本或错误日志中没有任何错误输出?

3
RPi 3 Web服务器的性能比较:Apache,Nginx和Lighttpd
有没有人在流行的Web服务器上对RPi 3做过任何真实的性能比较测试: Apache2-最流行的服务器 Nginx-声称是性能最好的服务器 Lighttpd-最轻巧的服务器 还是我没听说过的包裹 类似于RPi 2的4年历史帖子。按照那篇文章中的建议,我更广泛地研究了我的文章并找到了这篇文章,但是由于它是托管公司,因此认为它有点怀疑,因此我需要针对RPi 3的硬件量身定制的答案。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.