apacheconfig icon indicating copy to clipboard operation
apacheconfig copied to clipboard

Undefined variable "${u}" referenced

Open Marshall-UB opened this issue 4 years ago • 0 comments

apacheconfigtool` --interpolatevars example.ini
Failed to parse Apache config example.ini: Undefined variable "${u}" referenced

example.ini is the same configuration file supplied with the documentation.

It seems variable names are truncated to only their first character. E.g. $user becomes $u.

Marshall-UB avatar Apr 27 '21 13:04 Marshall-UB