摘要: ``` 安装httpd mariadb yum install -y httpd mariadb-server mariadb php php-mysql php-gd libjpeg* php-ldap php-odbc php-pear php-xml php-xmlrpc php-mhash rpm -qa httpd php mariadb systemctl status httpd s 阅读全文
posted @ 2020-01-15 20:29 kylingx 阅读(226) 评论(0) 推荐(0)
摘要: 部署 yum install -y bind* vim /etc/named.conf listen-on port 53 { any; }; // listen-on-v6 port 53 { ::1; }; allow-query { any; }; 配置转发,用于解析外网 recursion 阅读全文
posted @ 2020-01-15 08:46 kylingx 阅读(203) 评论(0) 推荐(0)