Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 使用raspberry pi的lighttpd web服务器失败(端口重复_Macos_Webserver_Lighttpd - Fatal编程技术网

Macos 使用raspberry pi的lighttpd web服务器失败(端口重复

Macos 使用raspberry pi的lighttpd web服务器失败(端口重复,macos,webserver,lighttpd,Macos,Webserver,Lighttpd,我正在尝试在mac上安装lighttpd。这是我遇到的错误: invoke-rc.d: initscript lighttpd, action "start" failed. Failed to start Lighttpd. Maybe another webserver is already listening on port 80? 我有2个端口如何解决此问题 谢谢我找到了问题的答案,我在lighttpd上找到了这篇很棒的文章: http://www.raspberrypi-spy.co

我正在尝试在mac上安装lighttpd。这是我遇到的错误:

invoke-rc.d: initscript lighttpd, action "start" failed.
Failed to start Lighttpd. Maybe another webserver is already listening on port 80?
我有2个端口如何解决此问题


谢谢

我找到了问题的答案,我在lighttpd上找到了这篇很棒的文章:

http://www.raspberrypi-spy.co.uk/2013/06/how-to-setup-a-web-server-on-your-raspberry-pi/

希望它能帮助很多人

谢谢大家:)