您的位置:首页 > 理论基础 > 计算机网络

Setup HTTP file server

2017-12-19 14:44 621 查看

Install Operate System

CentOS 74(CentOS-7-x86_64-DVD-1708)

Server IP: 10.245.36.164

yum install httpd
systemctl stop firewalld.service
systemctl disable firewalld.service
systemctl start httpd.service
systemctl enable httpd.service
mkdir /var/www/html/rhel74


Client side:

In another client laptop, http://10.245.36.164/rhel74/

–Done.–

Client side:

Download code and script:

wget -r -np -nd http://10.245.36.164/code ./
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  server