@@ -184,7 +184,7 @@ headers</description>
184184 <li >
185185 Set a test cookie if and only if the client didn't send us a cookie
186186 <example >
187- Header set Set-Cookie testcookie !$req{ Cookie}
187+ Header set Set-Cookie testcookie "expr=-z %{req: Cookie}"
188188 </example >
189189 </li >
190190 </ol >
@@ -273,15 +273,15 @@ headers</description>
273273 <dl >
274274 <dt ><code >early</code ></dt >
275275 <dd >Specifies <a href =" #early" >early processing</a >.</dd >
276- <dt ><code >env=[!]varname</code ></dt >
276+ <dt ><code >env=[!]< var > varname</ var > </code ></dt >
277277 <dd >The directive is applied if and only if the <a href =" ../env.html"
278278 >environment variable</a > <code >varname</code > exists.
279279 A <code >!</code > in front of <code >varname</code > reverses the test,
280280 so the directive applies only if <code >varname</code > is unset.</dd >
281- <dt ><code >expr</code ></dt >
282- <dd >An string that matches neither of the above is parsed as an
283- expression. Details of expression syntax and evaluation are
284- currently best documented on the <module >mod_filter</ module > page .</dd >
281+ <dt ><code >expr=< var >expression</ var > </code ></dt >
282+ <dd >The directive is applied if and only if < var >expression</ var >
283+ evaluates to true. Details of expression syntax and evaluation are
284+ documented in the <a href = " ../expr.html " >ap_expr</ a > documentation .</dd >
285285 </dl >
286286
287287 <p >Except in <a href =" #early" >early</a > mode, the
@@ -447,15 +447,15 @@ headers</description>
447447 <dl >
448448 <dt ><code >early</code ></dt >
449449 <dd >Specifies <a href =" #early" >early processing</a >.</dd >
450- <dt ><code >env=[!]varname</code ></dt >
450+ <dt ><code >env=[!]< var > varname</ var > </code ></dt >
451451 <dd >The directive is applied if and only if the <a href =" ../env.html"
452452 >environment variable</a > <code >varname</code > exists.
453453 A <code >!</code > in front of <code >varname</code > reverses the test,
454454 so the directive applies only if <code >varname</code > is unset.</dd >
455- <dt ><code >expr</code ></dt >
456- <dd >An string that matches neither of the above is parsed as an
457- expression. Details of expression syntax and evaluation are
458- currently best documented on the <module >mod_filter</ module > page .</dd >
455+ <dt ><code >expr=< var >expression</ var > </code ></dt >
456+ <dd >The directive is applied if and only if < var >expression</ var >
457+ evaluates to true. Details of expression syntax and evaluation are
458+ documented in the <a href = " ../expr.html " >ap_expr</ a > documentation .</dd >
459459 </dl >
460460
461461 <p >Except in <a href =" #early" >early</a > mode, the
0 commit comments