Re: intermittent reception

2022-04-21 Thread Scott Alexander
Hi, Some of those emails for me went to MS 365’s quarantine (so different from my junk folder) Terveisin/Regards Scott Alexander scott.alexan...@humak.fi From: Vincent Veyron Date: Thursday, 21. April 2022 at 20.02 To: modperl@perl.apache.org Subject: interm

Re: intermittent reception

2022-04-21 Thread Wes Peng
Bounced by your ISP? Just guessing On Fri, Apr 22, 2022 at 01:02 Vincent Veyron wrote: > Hi List, > > For a while now, I've noticed that I'm not receiving all messages sent to > the list. It's visible from the fact that I can see replies to messages > that did not reach my mailbox. > > For examp

intermittent reception

2022-04-21 Thread Vincent Veyron
Hi List, For a while now, I've noticed that I'm not receiving all messages sent to the list. It's visible from the fact that I can see replies to messages that did not reach my mailbox. For example, see this recent thread : https://lists.apache.org/list?modperl@perl.apache.org:2022-4 Henrik

Re: path recognition question

2022-04-21 Thread John Dunlap
I sent this 8 years ago but, at the time, no one was interested. [image: image.png] On Thu, Apr 21, 2022 at 9:40 AM John Dunlap wrote: > I ended up writing something custom to do that. > > On Wed, Apr 20, 2022 at 11:22 PM Henrik S > wrote: > >> given the sample url: >> >> /api/user/id >> >> th

Re: path recognition question

2022-04-21 Thread John Dunlap
I ended up writing something custom to do that. On Wed, Apr 20, 2022 at 11:22 PM Henrik S wrote: > given the sample url: > > /api/user/id > > the part of "/api/user" is fixed. and there is a handler setup for this > path. > > how to get the id part in mod_perl? > > in other framework I could ge