configtest
Configtest is a term used to describe a utility or command that checks the syntax and basic validity of a program’s configuration files without fully starting the service. It is provided by a range of software systems to detect syntax errors, misspelled directives, incorrect values, or missing included files before changes are applied.
Operation and purpose: A configtest typically parses the configuration, resolves includes and references, and reports any
Common usage: In practice, admins run a configtest after editing a configuration file and before reloading
Limitations: A configtest does not guarantee that the configuration will function correctly under all runtime conditions,
See also: configuration validation, dry run, linting, syntax checking.