摘要: 1、文件系统挂载示例(/etc/fstab) <file system> <mount point> <type> <options> <dump> <pass>UUID=128559db-a2e0-4983-91ad-d4f43f27da49 / ext3 defaults,errors=remo 阅读全文
posted @ 2022-10-07 15:58 *^VV^* 阅读(117) 评论(0) 推荐(0)
摘要: 1、haproxy安装 sudo apt-get install haproxy 2、haproxy参数 mode http/tcp #指定负载协议类型 option #配置选项 server #定义后端real server #注意:option后面加httpchk,smtpchk,mysql-c 阅读全文
posted @ 2022-10-07 11:19 *^VV^* 阅读(412) 评论(0) 推荐(0)