apacheconfig icon indicating copy to clipboard operation
apacheconfig copied to clipboard

Parsing commands with multiple values

Open uriariel opened this issue 5 years ago • 0 comments

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"

:(

uriariel avatar Apr 07 '20 21:04 uriariel