centos5.5 Apache2 Web 服务器的安装

Posted K98091518

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos5.5 Apache2 Web 服务器的安装相关的知识,希望对你有一定的参考价值。

Apache2 Web 服务器的安装

sudo apt install apache2 -y

当安装Apache2包之后,Apache2相关的服务是启用的,并在重启后自动运行。在某些情况下如果你的Apache2服务器没有自动运行和启用,可以输入以下命令来启动它。

sudo systemctl start apache2.service

sudo systemctl enable apache2.service

sudo systemctl status apache2.service

如果开启了防火墙(ufw),可以使用下面的命令来解除Web服务器的端口(80和443)限制。

sudo ufw status

sudo ufw allow in ‘Apache Full‘

可以访问Web服务器

把website文件copy到/var/www/html/,網站就算成功啦!

输入服务器IP地址或主机名(http://IP_Address_OR_Host_Name)

以上是关于centos5.5 Apache2 Web 服务器的安装的主要内容,如果未能解决你的问题,请参考以下文章

CentOS5/6编译安装LAMP

Centos5.5 无法连接MKS:套接字连接尝试次数太多

JDBC Resource Pool with Tomcat6 on Centos5.5 和 utf8 问题

CentOS5.5装完,执行yum install gcc 显示Time out 让Tring Other mirror

Linux系统应用:Web服务器(Apache2)的简单配置

Linux系统应用:Web服务器(Apache2)的简单配置