Visual Diff Tool

Compare Config Files Side-by-Side Diff

Paste your config. See what changed from the original.

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

Debian 13 (Trixie)

View original →

Default Configuration

Debian 13 (Trixie)
# prefork MPM # StartServers: number of server processes to start # MinSpareServers: minimum number of server processes which are kept spare # MaxSpareServers: maximum number of server processes which are kept spare # MaxRequestWorkers: maximum number of server processes allowed to start # MaxConnectionsPerChild: maximum number of requests a server process serves StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 150 MaxConnectionsPerChild 0

Your Configuration

Removed Added

Drop file or click to browse

How to use this tool

  1. 1 Paste your configuration file or drag & drop it into the area above
  2. 2 The diff will appear instantly, showing differences between your config and the default
  3. 3 Green highlights show your additions, red shows what you've removed from the default
  4. 4 Use the toggle button to switch between side-by-side and unified diff views