摘要:
基于8版本的linux远程端口修改。 1、修改SSH配置文件 vim /etc/ssh/sshd_config 取消掉22端口的注释,同时增加一个自定义的端口 Port 22 Port 10086 2、配置selinux,如果系统已关闭selinux,可以跳过此步。 先查看SELinux开放给ssh 阅读全文
摘要:
部署zabbix的lnmp环境时,测试php页面打不开,查看nginx的errorlog日志,报错FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, 1、网上查询有 阅读全文