在Linux下安装、启动、配置Apache
Tip:发起利用root账户登录Linux系统第一步:安装Apache
利用yum安装Apache
yum install httpd –y 第二步:启动Apache服务
systemctrl start httpd 第三步:解决报错信息(若为出现,请跳过此步骤)
https://img-blog.csdnimg.cn/18e016a7a12b40c2adb8d5cd70f30628.png
若出现“Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "jour”报错信息。可参考以下解决办法:
1、利用systemctl status httpd.service下令查看Apache HTTP 服务器的当前状态
说明: systemctl status httpd.service是用于显示名称为 httpd.service 的系统服务的当前状态。在默认情况下,httpd.service 常用指示代 Apache HTTP 服务器。
https://img-blog.csdnimg.cn/e6137728fc534f8d917955b9e3bdbab4.png
2、修改/etc/httpd/conf/httpd.conf文件:将httpd.conf的末了一行(也就是第353行)注释掉(利用#注释)
https://img-blog.csdnimg.cn/b2b56c012a60408fa99a82f58e82fb09.png
3、再次启动Apache服务即可。
第四步:检查Apache服务的运行状态
systemctl status httpd.service 若出现以下信息,说明启动乐成:
https://img-blog.csdnimg.cn/362c9ae818654a74a731728e3182eff8.png
说明:在该信息中,httpd.service的状态为“active (running)”,主历程ID为3570,服务启动自2023-05-07 10:02:11,公共处理已有0个请求等信息。
第五步:利用欣赏器测试Apache服务
在Linux中打开欣赏器:在所在栏输入http://127.0.0.0或者http://localhost
若出现index of,说明Apache服务已经启动,但是没有找到index.html文件(默认的主页文件)
解决方法:查看配置文件httpd.conf(通常在/etc/httpd/conf目次下)中的DocumentRoot的配置项
https://img-blog.csdnimg.cn/80dc2af21e2b4d1fa9c09aa65a561210.png
找到该目次/var/www/html,并在该目次下创建index.html网页文件,编写index.html文件并生存后,再次革新欣赏器即可正常显示网页内容
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页:
[1]