[Bug 59078] New: http2 module causes threads to stick in graceful eisting.

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59078 Bug ID: 59078 Summary: http2 module causes threads to stick in graceful eisting. Product: Apache httpd-2 Version: 2.4.18 Hardware: PC OS: Linux

[Bug 58854] RewriteRule in .htaccess ignores 'Require all denied' when 403 ErrorDocument is missing

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58854 Eric Covener changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #9 from Eric Coven

[Bug 58854] RewriteRule in .htaccess ignores 'Require all denied' when 403 ErrorDocument is missing

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58854 --- Comment #8 from Jacob P --- Hi Eric, We've noticed a spike in tickets about RewriteRules no longer working after this patch. Granted, these rewrite rules look conspicuous, as in, they shouldn't work, or will result in looping, however we h

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #11 from Helge --- (In reply to Ingmar Eveslage from comment #10) > good to know. but what are the plans for "SSILegacyExprParser". will it be > removed in future versions? I think, it could be removed in Apache/2.5 (?) -- You ar

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #10 from Ingmar Eveslage --- good to know. but what are the plans for "SSILegacyExprParser". will it be removed in future versions? -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #9 from Helge --- (In reply to Ingmar Eveslage from comment #8) > Thanks for the explanation of the echo part. works. I tell you a secret: I'm personally using 'SSILegacyExprParser On'. For me and until now It always works. ;-) G

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #8 from Ingmar Eveslage --- Thanks for the explanation of the echo part. works. your example works for me, too. And it does the same as my example. Match a group and match it again in the same expression. so it gets exported as $0

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #7 from Helge --- And why does my RegExample correctly working on my server? (Last Test on Apache/2.4.12: Fri 2016-02-26 10:50 GMT) --- SSILegacyExprParser Off --- You CAN use for echoing #

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #6 from Ingmar Eveslage --- i boiled it down a litte: at first: there has to be an indirection with " OUTPUT: 1_ changing the second regex in the if statement to $2 OUTPUT: 2_3_4 so the simple "$n =~ /(.*)/" acts like

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #5 from Helge --- (In reply to Ingmar Eveslage from comment #4) > (In reply to Helge from comment #3) > That's correct, in the same expression you can use $1 and backreference > matches. BUT $0 references always the whole string and

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 --- Comment #4 from Ingmar Eveslage --- (In reply to Helge from comment #3) > Example: Show 198. from 198.19.81.98 > > > Found > > You *must* use Backreferences in same Expression! That's correct, in the same expression you can use $1 and

[Bug 57448] SSI cannot capture backreferences from regex match in

2016-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57448 Ingmar Eveslage changed: What|Removed |Added CC||evesl...@gmail.com -- You are recei