When parsing and reconstructing configs that contain commands with multiple values such as:
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
the generated config will break the config:
LoadModule "mpm_prefork_module modules/mod_mpm_prefork.so"
:(