setifempty alternative

#4
In case someone will stumble on this, in LSWS (not OLS, sadly) you can do this:
Apache config:
Header set header-name "GET, HEAD, OPTIONS" "expr=%{HTTP:header-name} == ''"
 
Last edited:
Top