Linux基础命令---httpd守护进程

栏目: 服务器 · Apache · 发布时间: 4年前

apache 超文本传输协议的主程序,它被设计成一个独立运行的守护进程。 httpd 会建立一个线程池来处理 http 请求。

RedHatRHELUbuntuCentOSSUSEopenSUSEFedora

]

serverroot

ServerRoot 指令

config

apache 服务器的配置文件。如果配置文件不使用绝对路径,那么就是相对于 ServerRoot 的路径

httpd 进程发送信息,可以控制 httpd

param

apache 的配置文件中一起使用

level

file

httpd 模块列表

apache 服务配置文件中的指令列表

httpd 模块列表

httpd 版本

httpd 服务 

[root@localhost ~]# httpd -k restart             // 重启服务

You have new mail in /var/spool/mail/root

[root@localhost ~]#  

[root@localhost ~]# httpd –t                     // 检测配置文件,没有错误

httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName

Syntax OK

[root@localhost ~]# 

apache 中的模块

[root@localhost ~]#  httpd -M

httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName

Loaded Modules:

core_module (static)

mpm_prefork_module (static)

http_module (static)

so_module (static)

auth_basic_module (shared)

auth_digest_module (shared)

authn_file_module (shared)

authn_alias_module (shared)

authn_anon_module (shared)

authn_dbm_module (shared)


链接:https://pan.baidu.com/s/1GOLVU2CbpBNGtunztVpaCQ  密码:n7bk 
Linux基础命令---httpd守护进程


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

零基础学PHP

零基础学PHP

马忠超 / 2008-3 / 56.00元

《零基础学PHP》主要内容:PHP是一种运行于服务器端并完全跨平台的嵌入式脚本编程语言,是目前开发各类Web应用的主流语言之一。PHP因其功能强大、易学易用、可扩展性强、运行速度快和良好的开放性,而成为网站开发者的首选工具,其较高的开发效率,也给开发人员在编写Web应用程序时带来极大的便利。一起来看看 《零基础学PHP》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具