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

--- Comment #5 from Michael Orlitzky <mich...@orlitzky.com> ---
For posterity, this is a horrendous workaround for my original problem of
comparing $host to "www":

  <IfDefine www>
    Error "Constant 'www' is already defined"
  </IfDefine>

  <IfDefine !$host>
    Define $host
    <IfDefine www>
      # Do whatever
    </IfDefine>
    Undefine $host
  </IfDefine>

I don't really recommend it, but it works in a pinch.

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

Reply via email to