RewriteCond expr "filesize('%{REQUEST_FILENAME}') -gt 1024"
I have never used it, but according to the documentation it is available in 2.4.
RewriteCond supports expr [1], and expr has a function for filesize [2].[1] http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewritecond
[2] http://httpd.apache.org/docs/2.4/expr.html#functions
- Y
Sent from a device with a very small keyboard and hyperactive autocorrect.
On Nov 23, 2015 5:56 AM, "mohammad aghanabi" <m.websoft@xxxxxxxxx> wrote:Hello4 years ago a user offered [https://bz.apache.org/bugzilla/show_bug.cgi?id=43845] a modification to mod_rewrite.c which would made it usable to compare file sizes within RewriteCond CondPattern.and someone commented on it "trunk has support for complex expressions in RewriteCond which also offer file size comparison"I want to know what happened to that suggestion, applied or not and if not what that comment is about?Thanks