综合练习:请给openlab搭建web网站网站需求: 1.基于域名www.openlab.com可以访问网站内容为 welcome to openlab!!! 2.给该公司创建三个子界面分别

an'z

[root@localhost ~]# yum install httpd -y

更改配置文件

[root@localhost /]# vim /etc/hosts


创建根目录

[root@localhost ~]# mkdir -p /www/openlab
编辑网页内容

[root@localhost ~]# echo 'welcome to openlab' > /www/openlab/index.html
重启服务

[root@localhost ~]# systemctl restart httpd

测试

[root@localhost ~]# curl www.openlab.com
welcome to openlab
 

更改配置文件

[root@localhost /]# vim /etc/httpd/conf.d/vshots.conf

重启服务

[root@localhost ~]# systemctl restart httpd

data网页

[root@localhost ~]# mkdir /www/openlab/data
[root@localhost ~]# echo 'this is openlab data' > /www/openlab/data/index.html
[root@localhost ~]# curl www.openlab.com/data/
 

money页面

[root@localhost ~]# mount /dev/sr0 /mnt

[root@localhost /]# yum install mod_ssl -y
[root@localhost /]# openssl req -newkey rsa:4096 -nodes -sha256 -keyout /etc/pki/tls/private/openlab.key -x509 -days 365 -out /etc/pki/tls/certs/openlab.crt
..+.........+.+...............+..+............+.+......+...+..+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*...........+.+......+...+ 密钥制作

You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [XX]:86
State or Province Name (full name) []:shannxi
Locality Name (eg, city) [Default City]:nanjing
Organization Name (eg, company) [Default Company Ltd]:openlab
Organizational Unit Name (eg, section) []:ce
Common Name (eg, your name or your server's hostname) []:localhost
Email Address []:admin
[root@localhost /]# vim /etc/httpd/conf.d/vshots.conf
[root@localhost /]# mkdir /www/openlab/money
[root@localhost /]# echo 'this is openlab money' > /www/openlab/money/index.html
[root@localhost /]# systemctl restart httpd
Job for httpd.service failed because the control process exited with error code.
See "systemctl status httpd.service" and "journalctl -xeu httpd.service" for details.
[root@localhost /]# curl --insecure https://www.openlab.com/money/
创建用户及密码

[root@localhost /]#  htpasswd -c /etc/httpd/userfile song
New password: 
Re-type new password: 
Adding password for user song
[root@localhost /]# htpasswd /etc/httpd/userfile tian
New password: 
Re-type new password: 
Adding password for user tian

创建目录
[root@localhost /]# mkdir /www/openlab/student

重启服务
[root@localhost /]# systemctl restart httpd
Job for httpd.service failed because the control process exited with error code.
See "systemctl status httpd.service" and "journalctl -xeu httpd.service" for details.
 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值