feat: 新增 Apache、Tomcat,总计 44 个组件

- Apache: MPM 模型(event/worker/prefork)、SSL、反向代理、模块管理、Gzip
- Tomcat: 连接器配置、线程池、AJP、SSL、JVM 内存(Xms/Xmx)、GC 策略
This commit is contained in:
cnbugs
2026-07-18 19:59:57 +08:00
parent 2916dce148
commit 3d6501efd5
5 changed files with 861 additions and 3 deletions
+3 -1
View File
@@ -37,11 +37,13 @@
---
## 🧩 支持组件(42 个)
## 🧩 支持组件(44 个)
| 分类 | 组件 | 输出格式 | 核心配置项 |
|------|------|----------|------------|
| 代理与 Web | **NGINX** | `.conf` | HTTP/HTTPS 端口、域名、SSL 证书、反向代理、Gzip、CORS |
| 代理与 Web | **Apache** | `.conf` | MPM 模型(event/worker/prefork)、SSL、反向代理、模块管理 |
| 代理与 Web | **Tomcat** | `.xml` | 连接器、线程池、AJP、SSL、JVM 内存、GC 策略 |
| 缓存 | **Redis** | `.conf` | 单机/哨兵/集群模式、端口、内存限制、RDB/AOF 持久化、密码 |
| 数据库 | **MySQL** | `.cnf` | 版本(5.7/8.0)、Buffer Pool 自动计算、字符集、慢查询、主从复制 |
| 数据库 | **PostgreSQL** | `.conf` | 共享缓冲区、WAL 配置、SSL、连接数、慢查询阈值 |