Re: [OT] Re: about request route ($r->path_info)

2017-08-08 Thread Randolf Richardson
Thank you for the correction and clarification (and subject line update) -- you provided some excellent and very helpful information. It's good to know that the AcceptPathInfo directive isn't needed for the Location stanza (simpler configurations are my preference after all), an

Re: about request route

2017-08-08 Thread 风河
Anyway I have tranformed this opensource project: https://github.com/skx/dns-api.org which is powered by dancer, to mod_perl. the API address: http://h.dnsbed.com/$type/$host which is entirely mod_perl backend. :) On Tue, Aug 8, 2017, at 09:45 AM, 风河 wrote: > Thanks for all helps. > > On M

[OT] Re: about request route ($r->path_info)

2017-08-08 Thread tomcat
Hi Randolf. I mark this OT because it is not directly related to the OP's initial question. But maybe a nitpick : The httpd documentation on AcceptPathInfo is certainly interesting to read (and in years of working with Apache httpd and mod_perl I have never seen it before), but I believe that y