如果内网有其他版本的系统,只需要在/mnt/iso下面新建相应的目录,将镜像链接到该目录下即可,无需修改apache的配置。如需要搭建centos7.2的源,只需把7.2的镜像链接到/mnt/iso/7.2/这个目录底下。
五、在另一台服务器配置yum源测试。
[root@mysql-244 ~]# cat /etc/yum.repos.d/http243.repo
[http243]
name=http243
baseurl=http://192.168.175.243/6.5/
enabled=1
gpgcheck=0
[root@mysql-244 ~]# yum clean all
[root@mysql-244 ~]# yum list all
[root@mysql-243 ~]# yum install rrdtool-perl -y
在内网的其他服务器上,只需将/etc/yum.repos.d/http243.repo这个配置文件放上去,然后修改对应的目录,就可以完成配置了,在多台服务器要安装基础包的时候可以简化很多操作。
更多YUM相关教程见以下内容:
CentOS及Red Hat Linux安装yum源
RedHat7.0配置本地yum源