/images/hugo/avatar.png

18.1 LAMP入门讲解

LAMP入门讲解 上一章我们讲解了 web 的基本概念,以及如何使用 httpd 搭建一个静态的 web 服务器。本章我们接着上一章的内容,讲解 web 服务框架 LAMP。 1. LAMP 1.1

17.8 httpd 辅助工具

httpd 辅助工具 本章的最后一节我们来学习 httpd 提供了辅助工具的使用,包括: httpd: httpd 服务的主程序 apachectl:httpd自带的服务控制脚本,支持sta

17.7 httpd 配置进阶

httpd 配置进阶 我们来继续学习 httpd 的配置,本节属于高级配置篇,核心是配置httpd支持https。 1. 指定 httpd 服务的运行身份 1 2 User apache Group apache User 和 Group 指令用于指

17.6 httpd2.4 基础配置

httpd2.4 基础配置 上一节我们详细介绍了httpd2.2 的配置,对比着 httpd2.2 本节我们来讲解 httpd2.4 的配置。 1. httpd-2.4 1.1 新特性 相比于 httpd2.2 httpd2.4 有如下新特性: MPM支持运行为D

17.5 httpd2.2 的基础配置

httpd2.2 的基础配置 本节我们来讲解 httpd2.2 的基础配置 1. httpd-2.2 配置文件格式 1 2 3 4 $ grep "^###" /etc/httpd/conf/httpd.conf ### Section 1: Global Environment ### Section 2: 'Main' server configuration ### Section 3: Virtual Hosts httpd2.2 的主配置文件是:/etc/httpd

17.4 apache httpd 简介

apache httpd 简介 httpd 是 ASF(apache software foundation, apache 软件基金会)下的顶级项目,也是目前市场占有率最高的 web 服务器。本节我们就来对 httpd 做一个概括行的介绍。在之后的章节我们再来详细