如何自定义Apache Web首页内容?这个问题相当简单,编写index.html文件即可实现自定义内容,下面一起来看一下具体实现方法。
我们提供的服务有:做网站、网站制作、微信公众号开发、网站优化、网站认证、向阳ssl等。为上千企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的向阳网站制作公司
[root@localhost ~]# yum install -y httpd
[root@localhost ~]# vim /etc/httpd/conf/httpd.conf
在 vim 中,快速定位到 第 95行
命令模式下 输入 :95
修改为以下形式。记得去掉 # 号
ServerName 192.168.XX.XX:80
: wq 保存退出
[root@localhost ~]# systemctl start httpd
[root@localhost ~]# netstat -ntl #确认80端口已启用
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp6 0 0 :::80 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 ::1:25 :::* LISTEN
[root@localhost ~]# cd /var/www/html/
[root@localhost html]# ls
[root@localhost html]# iptables -F
[root@localhost html]# ifconfig
ens32: flags=4163
mtu 1500 inet 192.168.10.11 netmask 255.255.255.0 broadcast 192.168.10.255 inet6 fe80::20c:29ff:feda:182e prefixlen 64 scopeid 0x20 ether 00:0c:29:da:18:2e txqueuelen 1000 (Ethernet) RX packets 930 bytes 77097 (75.2 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 575 bytes 77429 (75.6 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 1 (Local Loopback) RX packets 88 bytes 7484 (7.3 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 88 bytes 7484 (7.3 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
在浏览器输入192.168.10.11,出现以下界面,说明Apache Web服务正常。
[root@localhost html]# pwd
/var/www/html
[root@localhost html]# vim index.html
[root@localhost html]# systemctl restart httpd
在浏览器输入192.168.10.11,出现以下界面,说明自定义首页文件生效。
自定义Apache Web服务的首页内容自定义Apache Web服务的首页内容
网站标题:自定义ApacheWeb首页内容实现方法
文章位置:http://www.shufengxianlan.com/qtweb/news40/108440.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联