摘要:
- name: Disable Unused Network Protocols hosts: all become: true gather_facts: true vars_files: - vars/main.yml tasks: - name: Ensure protocols are no 阅读全文
摘要:
#!/usr/bin/env bash REMOTE_OK=remote_ok REMOTE_FAIL=remote_fail TIMESTAMP=`date +%F%H%M%S` CURRENT_HTML=/var/www/html/${TIMESTAMP}.html CURRENT_INDEX= 阅读全文
摘要:
本文主要介绍如何在CentOS7环境下集成Apache和SVN,完成后可以通过浏览器访问SVN仓库. 1.查看系统环境,关闭防火墙和SELinux. 2.安装软件包和Apache SVN模块. 3. 验证安装结果. 4.验证Apache SVN模块是否安装成功,需要检查mod_dav_svn.so和 阅读全文