Mac Nginx nginx: [emerg] mkdir() “/usr/local/var/run/nginx/client_body_temp“ failed ...

简介: Mac Nginx nginx: [emerg] mkdir() “/usr/local/var/run/nginx/client_body_temp“ failed ...

  • 在启动 Nginx 的时候报错:


nginx: [emerg] mkdir() "/usr/local/var/run/nginx/client_body_temp" failed (2: No such file or directory)


  • 错误原因:未找到 nginx 文件夹中的 client_body_temp 文件。


  • 打开路径 /usr/local/var/run, 如果 run 里面没有 nginx 文件夹则新建一个 nginx 文件夹,如果有或者新建了文件夹,那需要命令生成配置文件。


08cd6b19600a70c60ad4537406599592_8ce23112ed56a19177c6e29e4470b617.png

bc70d426de928f6d071aff22fee696c2_4fbf54945512f4fe3c05c849b364dee1.png



  • 运行命令: $ nginx 或者 $ sudo nginx 启动命令都行,sudo 是允许修改等等权限开放。


efd736d59b102c5dd6af5150d3ac5a2a_c76d284b8f85d415ce57c5c03bc9b85f.png


  • 如果重启服务器报错


  • nginx: [emerg] bind() to 0.0.0.0:8083 failed (48: Address already in use)

  • nginx: [error] open() “/usr/local/var/run/nginx.pid”

相关文章
|
7月前
|
应用服务中间件 网络安全 nginx
Nginx配置SSL证书时——nginx:[emerg]unknowndirectivessl错误
Nginx配置SSL证书时——nginx:[emerg]unknowndirectivessl错误
1455 0
|
2月前
|
应用服务中间件 Linux nginx
Mac os 安装 nginx 教程(success)
这篇文章是关于如何在Mac OS系统上使用Homebrew安装nginx及其依赖,并解决安装过程中可能出现的权限问题。
206 0
Mac os 安装 nginx 教程(success)
|
2月前
|
应用服务中间件 程序员 开发工具
mac下安装nginx
mac下安装nginx
|
4月前
|
存储 应用服务中间件 nginx
成功解决:nginx: [emerg] unexpected “}“ in /etc/nginx/conf.d/gulimall.conf:10
这篇文章详细介绍了Linux虚拟机磁盘空间不足时的扩容流程,从外部配置到具体扩容操作,再到验证扩容效果的步骤。同时,也探讨了Docker容器磁盘空间耗尽的问题,并提供了解决方案,包括删除无用镜像和容器,以及如何重新配置Docker的存储位置。文章还涵盖了一些意外情况的处理方法,比如误删容器后的恢复策略,并最终展示了使用Docker安装nginx并成功访问的详细过程。
成功解决:nginx: [emerg] unexpected “}“ in /etc/nginx/conf.d/gulimall.conf:10
|
4月前
|
应用服务中间件 PHP nginx
Mac安装Nginx
Mac安装Nginx
47 2
Mac安装Nginx
|
4月前
|
iOS开发 MacOS Python
【Mac 系统】解决已有清华镜像但出现CondaHTTPError: HTTP 000 CONNECTION FAILED for url
在尝试使用清华镜像创建conda环境时遇到下载超时问题,通过删除原有镜像并添加针对Mac OS的清华镜像解决了该问题。
135 3
|
6月前
|
应用服务中间件 Shell nginx
mac m1笔记本docker 安装nginx
mac m1笔记本docker 安装nginx
308 4
|
6月前
|
开发工具 git
MAC如何使用Git命令行上传本地项目及理解,failed to push some refs to ‘https://gitee.com/brother-barking/spxx.git
MAC如何使用Git命令行上传本地项目及理解,failed to push some refs to ‘https://gitee.com/brother-barking/spxx.git
|
7月前
|
Docker 容器
mac构建Docker镜像报错failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpec
mac构建Docker镜像报错failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpec
289 0
|
7月前
Mac系统R语言升级后无法加载包报错 package or namespace load failed in dyn.load
Mac系统R语言升级后无法加载包报错 package or namespace load failed in dyn.load
下一篇
DataWorks