分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 网页技术

apache 服务器概述--安装(一)

发布时间:2023-09-06 01:57责任编辑:苏小强关键词:apache

一、安装httpd,elinks浏览器

[root@111 ~]# yum install elinks httpd -y[root@111 ~]# elinks www.baidu.com

二、配置文件

# yum 安装默认的位置[root@111 ~]# ls /etc/httpd/conf/httpd.conf ?magic

三、启动

[root@111 ~]# service httpd restart ?&& [root@111 ~]# chkconfig httpd onRedirecting to /bin/systemctl restart httpd.service[root@111 ~]# ps aux | grep httpdroot ?????7237 ?0.7 ?0.1 228624 ?5028 ? ???????Ss ??13:15 ??0:00 /usr/sbin/httpd -DFOREGROUNDapache ???7238 ?0.0 ?0.0 228624 ?2972 ? ???????S ???13:15 ??0:00 /usr/sbin/httpd -DFOREGROUNDapache ???7239 ?0.0 ?0.0 228624 ?2972 ? ???????S ???13:15 ??0:00 /usr/sbin/httpd -DFOREGROUNDapache ???7240 ?0.0 ?0.0 228624 ?2972 ? ???????S ???13:15 ??0:00 /usr/sbin/httpd -DFOREGROUNDapache ???7241 ?0.0 ?0.0 228624 ?2972 ? ???????S ???13:15 ??0:00 /usr/sbin/httpd -DFOREGROUNDapache ???7242 ?0.0 ?0.0 228624 ?2972 ? ???????S ???13:15 ??0:00 /usr/sbin/httpd -DFOREGROUNDroot ?????7256 ?0.0 ?0.0 112656 ??948 pts/0 ???S+ ??13:15 ??0:00 grep --color=auto httpd[root@111 ~]#

四、通过浏览器访问 httpd 的ip

。。。略

apache 服务器概述--安装(一)

原文地址:https://www.cnblogs.com/sunshine-long/p/9125166.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved