Visual Diff Tool

Compare Config Files Side-by-Side Diff

Compare your configuration with ExampleConfig's defaults. See differences highlighted in green (additions) and red (deletions).

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

Debian 12 (Bookworm)

View original →

Default Configuration

Debian 12 (Bookworm)
# worker MPM # StartServers: initial number of server processes to start # MinSpareThreads: minimum number of worker threads which are kept spare # MaxSpareThreads: maximum number of worker threads which are kept spare # ThreadLimit: ThreadsPerChild can be changed to this maximum value during a # graceful restart. ThreadLimit can only be changed by stopping # and starting Apache. # ThreadsPerChild: constant number of worker threads in each server process # MaxRequestWorkers: maximum number of threads # MaxConnectionsPerChild: maximum number of requests a server process serves StartServers 2 MinSpareThreads 25 MaxSpareThreads 75 ThreadLimit 64 ThreadsPerChild 25 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