@@ -40,7 +40,7 @@ function scw(r)
uri = string.match(r.the_request, "^%w+%s+(.+)%s+HTTP")
- if ignore ~= nil and regex.match(r.uri, ignore) then
+ if ignore ~= nil and regex.match(uri, ignore) then
return apache2.DECLINED
end