
Error
coding_sloth
good good study, day day up
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【nginx】kevent() reported that connect() failed (61: Connection refused)
访问php页面时,nginx报如下错误 2014/12/25 12:36:13 [error] 3846#0: *3 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request原创 2014-12-25 13:03:49 · 13153 阅读 · 0 评论 -
【Nginx】nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
这是端口号的问题,在Linux中1024以下的端口号都需要root权限才能使用,所以普通用户启动程序绑定会报出权限问题。 使用如下命令启动nginx。 sudo nginx原创 2014-12-25 12:33:14 · 22137 阅读 · 1 评论