RHEL 8如何配置Apache Web服务

发布时间:2022-02-18 14:10:33 作者:小新
来源:亿速云 阅读:119

小编给大家分享一下RHEL 8如何配置Apache Web服务,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

Apache服务因其开源、跨平台应用、支持多种网页编程语言、模块化设计 、运行稳定、良好的安全性等优点,被广泛应用于承载Web服务,而其与Linux、PHP、MySQL等组件相结合后,更能充分发挥出其独具特色的优点,是小型网站搭建的较优选择。

RHEL 8如何配置Apache Web服务

环境

Red Hat Enterprise Linux release 8.0 VMware Workstation Pro 14

搭建步骤

[root@localhost ~]# yum install -y httpd[root@localhost ~]# systemctl start httpd[root@localhost ~]# iptables -F[root@localhost ~]# systemctl stop firewalld[root@localhost ~]# systemctl disable firewalldRemoved /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
[root@localhost ~]# setenforce 0[root@localhost ~]# ifconfigens33: flags=4163  mtu 1500
       inet 192.168.10.118  netmask 255.255.255.0  broadcast 192.168.10.255
       inet6 fe80::e09a:769b:83f0:8efa  prefixlen 64  scopeid 0x20
       ether 00:50:56:34:0d:74  txqueuelen 1000  (Ethernet)
       RX packets 1959  bytes 1690200 (1.6 MiB)
       RX errors 0  dropped 0  overruns 0  frame 0
       TX packets 1245  bytes 120922 (118.0 KiB)
       TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
       inet 127.0.0.1  netmask 255.0.0.0
       inet6 ::1  prefixlen 128  scopeid 0x10
       loop  txqueuelen 1000  (Local Loopback)
       RX packets 0  bytes 0 (0.0 B)
       RX errors 0  dropped 0  overruns 0  frame 0
       TX packets 0  bytes 0 (0.0 B)
       TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099  mtu 1500
       inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
       ether 52:54:00:9c:ef:c6  txqueuelen 1000  (Ethernet)
       RX packets 0  bytes 0 (0.0 B)
       RX errors 0  dropped 0  overruns 0  frame 0
       TX packets 0  bytes 0 (0.0 B)
       TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

在浏览器输入 192.168.10.118 查看 Apache Web 服务状态

RHEL 8如何配置Apache Web服务

自定义首页内容

[root@localhost ~]# echo "HELLO RHEL8" > /var/www/html/index.html[root@localhost ~]# systemctl restart httpd
RHEL 8如何配置Apache Web服务

设置文件共享服务

[root@localhost ~]# rm -rf /etc/httpd/conf.d/welcome.conf[root@localhost ~]# rm -rf /var/www/html/index.html[root@localhost ~]# touch /var/www/html/file{1..10}[root@localhost ~]# systemctl restart httpd
RHEL 8如何配置Apache Web服务

设置端口映射

RHEL 8如何配置Apache Web服务

查看宿主机IP

RHEL 8如何配置Apache Web服务

在浏览器输入 192.168.0.7:118 测试文件共享服务状态

RHEL 8如何配置Apache Web服务

解决中文乱码

[root@localhost ~]# touch /var/www/html/你好红帽8.txt[root@localhost ~]# systemctl restart httpd
RHEL 8如何配置Apache Web服务

解决方法 在 /etc/httpd/conf/httpd.conf 配置文件中加入 IndexOptions Charset=UTF-8

[root@localhost ~]# vim /etc/httpd/conf/httpd.conf316 AddDefaultCharset UTF-8
317 IndexOptions Charset=UTF-8
[root@localhost ~]# systemctl restart httpd
RHEL 8如何配置Apache Web服务

以上是“RHEL 8如何配置Apache Web服务”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注亿速云行业资讯频道!

推荐阅读:
  1. rhel6.4部署tomcat
  2. RHEL6.4下搭建apache和subversion(SVN)

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

rhel apache web web

上一篇:RHEL7中常用的网络命令有哪些

下一篇:RHEL7.1如何配置yum源

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》