我试图让乘客在我的家用电脑上工作,但遇到了这个问题。
当我尝试启动 Apache 时出现此错误。
(13)Permission denied: make_sock: could not bind to address [::]:80
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
Run Code Online (Sandbox Code Playgroud)
当我测试 Apache 时,语法正常。
这是我在我的 Apache 配置文件中设置端口 80 的地方。
52 NameVirtualHost *:80
53 Listen 80
Run Code Online (Sandbox Code Playgroud)
不知道我做错了什么。