Re: [users@httpd] How to get files in svn directory processed by another mod

2022-07-29 Thread Gary Aitken
Thanks for the hints/clues, On 7/28/22 5:29 PM, Eric Covener wrote: On Thu, Jul 28, 2022 at 3:58 PM Gary Aitken wrote: I see the following under mod_info for Content Handlers: -10 core.c 00 mod_passenger.c 20 mod_passenger.c 10 mod_autoindex.c 00 mod_passenger.c

Re: [users@httpd] How to get files in svn directory processed by another mod

2022-07-29 Thread Eric Covener
On Fri, Jul 29, 2022 at 10:30 AM Gary Aitken wrote: > > Thanks for the reply, > > On 7/28/22 5:29 PM, Eric Covener wrote: > > On Thu, Jul 28, 2022 at 3:58 PM Gary Aitken wrote: > > >> It feels like the mod(s) which handle svn is not letting my mod_xxx deal > >> with the file. > ... > > Is your m

Re: [users@httpd] How to get files in svn directory processed by another mod

2022-07-29 Thread Gary Aitken
Thanks for the reply, On 7/28/22 5:29 PM, Eric Covener wrote: On Thu, Jul 28, 2022 at 3:58 PM Gary Aitken wrote: It feels like the mod(s) which handle svn is not letting my mod_xxx deal with the file. ... Is your mod instrumented with trace? No; I don't know what that is. I enabled mod_s

Re: [users@httpd] How to get files in svn directory processed by another mod

2022-07-28 Thread Eric Covener
On Thu, Jul 28, 2022 at 3:58 PM Gary Aitken wrote: > > I am developing a mod to display (translated) markdown. It seems to be > working for an independent directory, but when I click on a file in an > svn directory, I get a standard browser download/open dialog. (We have > a .md file in svn dire

[users@httpd] How to get files in svn directory processed by another mod

2022-07-28 Thread Gary Aitken
I am developing a mod to display (translated) markdown. It seems to be working for an independent directory, but when I click on a file in an svn directory, I get a standard browser download/open dialog. (We have a .md file in svn directories which is a README type file to help users understand