安装 httpsd服务

[[email protected] 桌面]# yum -y install httpd
已加载插件:fastestmirror, langpacks, ovl

设置马上生效服务、开机自启服务

[[email protected] 桌面]# systemctl restart httpd
[[email protected] 桌面]# systemctl enable httpd

编辑简单内容

[[email protected] 桌面]# vim /var/www/html/index.html 
<marquee><font color=red><h1>pan fei long                         //简单编辑内容   

在火狐浏览打开

[[email protected] 桌面]# firefox 172.25.0.18 

搭建简单web服务器

相关文章:

  • 2021-09-10
  • 2022-01-08
  • 2021-11-04
  • 2022-01-15
  • 2021-05-24
  • 2021-09-29
  • 2021-10-29
猜你喜欢
  • 2021-08-12
  • 2021-07-24
  • 2022-12-23
  • 2021-12-02
  • 2021-12-30
  • 2021-10-09
  • 2021-08-30
相关资源
相似解决方案