apacheconfig
apacheconfig copied to clipboard
Do not quote option value if value contains spaces
Currently, any non-alphanumeric text value is quoted. This can be a problem for multi-word values split by spaces, such as SuexecUserGroup $user $group. Surrounding its value by double quotes would result in an invalid configuration.
Checking if the value contains spaces 'fixes' this behaviour.