往期好文:麒麟服务器操作系统安装TFTP服务
Hello,大家好啊!今天我们将探讨如何在麒麟服务器操作系统上安装和配置HTTP服务,这是任何网络服务或应用的基础。无论你是想建立一个简单的网站,还是需要一个全功能的Web服务器来支持复杂的应用,安装和配置HTTP服务都是必不可少的步骤。以下是在麒麟服务器操作系统上部署Apache HTTP服务器的详细步骤。
1.查看服务端系统信息
[root@localhost ~]# cat /etc/os-release
[root@localhost ~]# uname -a
https://img-blog.csdnimg.cn/img_convert/08dc4f46e9acf11b1fd5106b6a6bf591.png" alt="" />
2.更新软件源
[root@localhost ~]# dnf update
https://img-blog.csdnimg.cn/img_convert/fb1d80127e3acde541a5a260cfc614d8.png" alt="" />
3.安装httpd服务
[root@localhost ~]# dnf install httpd -y
https://img-blog.csdnimg.cn/img_convert/eee4c00b920bc1480e560ab74b31285e.png" alt="" />
4.查看包含的文件
[root@localhost ~]# rpm -ql httpd
https://img-blog.csdnimg.cn/img_convert/97863f99b79d9ffc496e8540a2f43d92.png" alt="" />
5.添加共享文件
[root@localhost ~]# mkdir /var/www/html/Kylin-Desktop-V10-SP1-General-Release-2303-X86_64
[root@localhost ~]# mount Kylin-Desktop-V10-SP1-General-Release-2303-X86_64.iso /var/www/html/Kylin-Desktop-V10-SP1-General-Release-2303-X86_64
[root@localhost ~]# cd /var/www/html/
https://img-blog.csdnimg.cn/img_convert/e3227461d512d01ffc3e3070629890ca.png" alt="" />
6.启动httpd服务
[root@localhost ~]# systemctl restart httpd
[root@localhost ~]# systemctl enable httpd
[root@localhost ~]# systemctl status httpd
https://img-blog.csdnimg.cn/img_convert/08ae841e28bfd7dd495f6fe9938ad501.png" alt="" />
7.放开防火墙
[root@localhost html]# firewall-cmd --zone=public --add-service=http --permanent
success
[root@localhost html]# firewall-cmd --zone=public --add-service=https --permanent
success
[root@localhost html]# firewall-cmd --reload
success
[root@localhost html]# firewall-cmd --list-all
public (active)target: defaulticmp-block-inversion: nointerfaces: ens160sources:services: cockpit dhcp dhcpv6-client http https mdns ssh tftpports:protocols:masquerade: noforward-ports:source-ports:icmp-blocks:rich rules:[root@localhost html]#
https://img-blog.csdnimg.cn/img_convert/c26f0b0c900ce77146719aeb17668421.png" alt="" />
8.查看客户端系统信息
pdsyw@pdsyw-PC:~/Desktop$ cat /etc/os-version
pdsyw@pdsyw-PC:~/Desktop$ uname -a
https://img-blog.csdnimg.cn/img_convert/8856c66e09cf9b7b29fb8d4afbac52d8.png" alt="" />
9.浏览器访问
http://192.168.80.113/Kylin-Desktop-V10-SP1-General-Release-2303-X86_64/
https://img-blog.csdnimg.cn/img_convert/2c69bb734c92d0c481d38fe47cd26988.png" alt="" />
10.下载测试
https://img-blog.csdnimg.cn/img_convert/25f2fed27254294a23f7d4f163c5ea5f.png" alt="" />
通过以上步骤,你可以在麒麟服务器操作系统上成功安装和配置Apache HTTP服务器,这为部署各种Web应用提供了基础。希望这篇文章对你有所帮助。如果你觉得有用,请不吝分享和转发。同时,别忘了点个关注和在看,以便未来获取更多有用的技术信息和解决方案。非常感谢大家的阅读,我们下次再见!