You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/02/28 08:43:37 UTC

[Bug 59371] Warning : Config variable ${myvar} is not defined

https://bz.apache.org/bugzilla/show_bug.cgi?id=59371

--- Comment #5 from Ben RUBSON <be...@gmail.com> ---
Patch just committed !
https://github.com/apache/httpd/pull/28

Solved by not hard-fixing empty environment variables.

In the above example, simply setting the following env var :
myvar=
will avoid the warning message.
${myvar} will then be kept like this, an populated by the RewriteRule.

Thank you !

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org