<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>第10卷：Web 服务器 on 编程那些事儿</title><link>https://before80.github.io/prgms/linux/web_service/</link><description>Recent content in 第10卷：Web 服务器 on 编程那些事儿</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 24 Mar 2026 22:14:42 +0800</lastBuildDate><atom:link href="https://before80.github.io/prgms/linux/web_service/index.xml" rel="self" type="application/rss+xml"/><item><title>第39章：Web 服务器基础</title><link>https://before80.github.io/prgms/linux/web_service/Chapter-39-Web-Server-Fundamentals/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/web_service/Chapter-39-Web-Server-Fundamentals/</guid><description>&lt;h1 id="第三十九章web-服务器基础"&gt;第三十九章：Web 服务器基础&lt;/h1&gt;
&lt;p&gt;你每天都在用Web，但你真的知道Web是怎么工作的吗？&lt;/p&gt;
&lt;p&gt;你在浏览器地址栏输入&lt;code&gt;www.baidu.com&lt;/code&gt;，回车，网页就出现了。这中间发生了什么？HTTP是什么？HTTPS和HTTP有什么区别？Web服务器又是怎么接收请求、返回页面的？&lt;/p&gt;</description></item><item><title>第40章：Nginx 深入详解</title><link>https://before80.github.io/prgms/linux/web_service/Chapter-40-Nginx-In-Depth/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/web_service/Chapter-40-Nginx-In-Depth/</guid><description>&lt;h1 id="第四十章nginx-深入详解"&gt;第四十章：Nginx 深入详解&lt;/h1&gt;
&lt;p&gt;Nginx（发音&amp;quot;Engine X&amp;quot;，不是&amp;quot;恩ginx&amp;quot;或&amp;quot;恩记克斯&amp;quot;）是世界上最流行的Web服务器之一。它以高性能、高并发、低资源消耗著称，全球约35%的网站使用Nginx。可以说，Nginx就是Web服务器界的特斯拉——速度快、性能强、身材苗条（内存占用极低）。&lt;/p&gt;</description></item><item><title>第41章：Apache</title><link>https://before80.github.io/prgms/linux/web_service/Chapter-41-Apache/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/web_service/Chapter-41-Apache/</guid><description>&lt;h1 id="第四十一章apache"&gt;第四十一章：Apache&lt;/h1&gt;
&lt;p&gt;Apache HTTP Server（俗称Apache）是世界上部署最广泛的Web服务器之一，资历比互联网还老——它1995年就诞生了，Nginx那时候还没出生。虽然近年来Nginx的份额在上升，但Apache凭借其丰富的功能和.htaccess的便利性（不用重载服务器就能改配置，WordPress用户爱死它了），仍然是很多场景的首选。&lt;/p&gt;</description></item><item><title>第42章：LAMP/LEMP 环境搭建</title><link>https://before80.github.io/prgms/linux/web_service/Chapter-42-LAMP-LEMP-Environment/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/web_service/Chapter-42-LAMP-LEMP-Environment/</guid><description>&lt;h1 id="第四十二章lamplemp-环境搭建"&gt;第四十二章：LAMP/LEMP 环境搭建&lt;/h1&gt;
&lt;p&gt;LAMP和LEMP是搭建动态网站或Web应用的经典架构。L代表Linux操作系统，A/N是Apache/Nginx这两位&amp;quot;看门大爷&amp;quot;，M是MySQL/MariaDB数据库（数据仓库管理员），P是PHP/Python/Perl脚本语言（负责动态生成网页）。&lt;/p&gt;</description></item><item><title>第43章：数据库基础</title><link>https://before80.github.io/prgms/linux/web_service/Chapter-43-Database-Basics/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/web_service/Chapter-43-Database-Basics/</guid><description>&lt;h1 id="第四十三章数据库基础"&gt;第四十三章：数据库基础&lt;/h1&gt;
&lt;h2 id="431-什么是数据库"&gt;43.1 什么是数据库？&lt;/h2&gt;
&lt;p&gt;想象一下，你有一个超级大的仓库，里面整整齐齐地摆放着无数个小盒子。每个盒子里都装着特定的东西——有的装衣服，有的装零食，有的装你的重要文件。然后，你有一个超级智能的机器人，它知道你把东西放在哪个盒子里，你一问它就能立刻帮你找到。&lt;/p&gt;</description></item></channel></rss>