我是完全没有想到这个系列还会更新的(悲)
问题
重启后机器人出现错误
报了127.0.0.1:27017
无法访问的错误,经过一系列努力,最后发现了解决办法:
删掉/var/lib/mongodb/mongod.lock
的文件就行
重启后网站无法访问
发现是nginx有点问题,有什么
nginx: [error] open() "/var/run/nginx.pid" failed (2: No such file or directory)
nginx: [emerg] cannot load certificate key "/usr/local/nginx/conf/ssl/*.koway.top.key": BIO_new_file() failed (SSL: error:02001......
nginx.service: Can't open PID file /usr/local/nginx/logs/nginx.pid (yet?) after start: Operation not permitted
等问题。
最后是修改了/etc/systemd/system/nginx.service
中的PID路径为/var/run/nginx.pid
才弄好的
常用命令:
nginx -s stop
nginx -s reload
lsof | grep nginx
lsof -i:80
lsof -i:443
kill -9 xxx
尝试wordpress
在做好快照后,我尝试更改选择更多的wordpress。