可视化 Diff 工具
对比配置文件 左右对比 Diff
贴上你的 config,看看和原始版本有哪些变化。
Apache HTTP Server - /etc/apache2/mods-available/alias.conf
Debian 13 (Trixie)
默认配置
Debian 13 (Trixie)
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
# We include the /icons/ alias for FancyIndexed directory listings. If
# you do not use FancyIndexing, you may comment this out.
Alias /icons/ "/usr/share/apache2/icons/"
<Directory "/usr/share/apache2/icons">
Options FollowSymlinks
AllowOverride None
Require all granted
</Directory>
你的配置
已删除
已新增
拖文件到这里,或点击选择
如何使用这个工具
- 1 把你的配置文件粘贴或拖拽到上面的区域
- 2 Diff 会立刻显示,标出你和默认配置的差异
- 3 绿色是你新增的,红色是从默认配置里删掉的
- 4 用切换按钮在左右对比和统一 Diff 视图之间切换