[users@httpd] Re: using RedirectMatch and regular expressions

2015-06-24 Thread 吴昊
and please note that "word character"always matches the ASCII characters [A-Za-z0-9_]. in your example, before BSL01 is a 7, a word character, and followed by another word character B, which is not qualified as word boundary before B according rule #3. Tks & b.rgds -- Chris 发件人: 吴昊 发送时间: Wedn

[users@httpd] RE: using RedirectMatch and regular expressions

2015-06-24 Thread Meedendorp, Bert
Hello Chris, Thanks for your quick reply. I’ll understand what you mean. The \b can’t be used in this situation. Do you have any suggestion what I should use in this case? With kind regards, Bert Van: 吴昊 [mailto:wu...@7500.com.cn] Verzonden: woensdag 24 juni 2015 9:54 Aan: users@httpd.apache.

Re: [users@httpd] using RedirectMatch and regular expressions

2015-06-24 Thread Yann Ylavic
On Wed, Jun 24, 2015 at 7:48 AM, Meedendorp, Bert wrote: > > I'm trying the next line: > RedirectMatch > /sap/opu/odata/sap/ZVPOSTREAD_SRV/AktepostSet(.*(\bBSL01\b).*) > http://10.103.140.62/BSL01_X_1197.json > ( This gives no match !? ) > > The incoming url looks like: > > http://10.103

Re: [users@httpd] httxt2dbm - DB file not completely rewritten

2015-06-24 Thread Antoine Prevosto
Finally, I found that an issue was raised : Bug 51372 httxt2dbm does not remove map entries It was solved by a documentation update in Apache trunk. As a matter of fact, the Apache 2.4 documentation says : If the output file already exists,