
LNMP
four阿四
这个作者很懒,什么都没留下…
展开
-
mount -o rw,remount /重新挂载Linux文件
有台centos服务器,LNMP环境,发现MySQL突然不能正常启动了,报错如下: 各种重启也不好使,百度了一堆,相关资料也不多。最终是因为系统文件都变成只读了,导致的问题。执行mount -o rw,remount /就正常了。...原创 2019-02-22 11:15:16 · 29086 阅读 · 0 评论 -
解决ueditor上传图片报Nginx 502 bad gateway问题
项目放到LNMP环境的服务器下,发现ueditor无法上传图片,最开始的问题是页面报“后端配置项没有正常加载,上传插件不能正常使用”。当时Nginx的日志报的是:FastCGI sent in stderr: "Access to the script '/***/static/js/ueditor/php' has been denied (see security.limit_extens...原创 2019-04-29 15:58:54 · 2277 阅读 · 0 评论