大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
虚拟机:192.168.2.21
【停止防火墙】
sudo systemctl stop firewalld.service --停止防火墙
sudo systemctl disable firewalld.service --开机关闭防火墙
【安装apache httpd服务】
cat /etc/yum.repos.d/CentOS-Media.repo -----查看镜像配置
yum --disablerepo=\* --enablerepo=c7-media,offline-extras,offline-storage-gluster38 list | grep httpd --查看本地镜像是否有 apache httpd 的rpm安装包
sudo yum --disablerepo=\* --enablerepo=c7-media,offline-extras,offline-storage-gluster38 install httpd --安装httpd服务
sudo systemctl list-unit-files httpd.service --查看httpd服务
sudo systemctl enable httpd.service && sudo systemctl start httpd.service --启动httpd服务
sudo systemctl -l status httpd.service --查看httpd服务
sudo netstat -tpnl --查看httpd服务占用端口
curl http://localost --测试httpd是否安装成功
curl http://127.0.0.1 --测试httpd是否安装成功
curl http://192.168.2.21 --测试httpd是否安装成功
sudo systemctl -l status firewalld.service --查看防火墙状态
sudo systemctl stop firewalld.service --停止防火墙
sudo systemctl disable firewalld.service --开机关闭防火墙
ls /var/www/html --这是封装的http访问的入口
sudo ln -s /home/ecp2/mirror/ /var/www/html/ --在/var/www/html下创建/home/ecp2/mirror 目录的 快捷方式 但由于权限的问题 这种操作访问不了
sudo chown -R apache: mirror/ --将文件mirror文件的读权限给apache用户 (这样依然没有权限访问)
sudo cp -r /home/ecp2/mirror . --把/home/ecp2/mirror镜像目录复制到.当前目录 即/var/www/html (这样在浏览器http://192.168.2.21/mirror 就可以访问了)
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。