Re: [users@httpd] RewriteRule overbinding in 2.2

2019-04-30 Thread Aaron Macks2
Apparently I needed to just tell it to the bear. In looking to verify rewritelog configs I found that the rewrite I was changing was not the one being hit, wrong vHost A Aaron Macks Systems Architect On Apr 30, 2019, at 11:14 AM, Eric Covener

[users@httpd] 撤回: RewriteRule overbinding in 2.2

2019-04-30 Thread 付 传淮
付 传淮 将撤回邮件“RewriteRule overbinding in 2.2”。 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] 答复: RewriteRule overbinding in 2.2

2019-04-30 Thread 付 传淮
Will cancelling the order return the $10 I paid before? 发件人: Aaron Macks2 发送时间: 2019年4月30日 23:05 收件人: users@httpd.apache.org 主题: [users@httpd] RewriteRule overbinding in 2.2 I have a problem with a RewriteRule where it appears to be over-binding in the REGEX: RewriteRule ([0-9]{4,6}(?:-[0-9]{1

Re: [users@httpd] RewriteRule overbinding in 2.2

2019-04-30 Thread Eric Covener
On Tue, Apr 30, 2019 at 11:05 AM Aaron Macks2 wrote: > > I have a problem with a RewriteRule where it appears to be over-binding in > the REGEX: > > RewriteRule ([0-9]{4,6}(?:-[0-9]{1,2})?\.jpg)$ > /cgi-bin/logo-image.pl?image=$1 [L,PT] > > What it should do is bind a 4-6 digit number, follo

[users@httpd] RewriteRule overbinding in 2.2

2019-04-30 Thread Aaron Macks2
I have a problem with a RewriteRule where it appears to be over-binding in the REGEX: RewriteRule ([0-9]{4,6}(?:-[0-9]{1,2})?\.jpg)$ /cgi-bin/logo-image.pl?image=$1 [L,PT] What it should do is bind a 4-6 digit number, followed by an optional - and a 1-2 digit number, and finally .jpg, at