跳转到内容
可视化 Diff 工具

对比配置文件 左右对比 Diff

贴上你的 config,看看和原始版本有哪些变化。

Apache HTTP Server - /etc/apache2/mods-available/info.conf

Debian 13 (Trixie)

查看原始文件 →

默认配置

Debian 13 (Trixie)
# Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Uncomment and change the "192.0.2.0/24" to allow access from other hosts. # <Location /server-info> SetHandler server-info Require local #Require ip 192.0.2.0/24 </Location>

你的配置

已删除 已新增

把当前文件内容粘贴到这里,与默认配置进行对比。

如何使用这个工具

  1. 1 把你的配置文件粘贴或拖拽到上面的区域
  2. 2 Diff 会立刻显示,标出你和默认配置的差异
  3. 3 绿色是你新增的,红色是从默认配置里删掉的
  4. 4 使用“清空”后可对比另一个文件,或粘贴新的版本。