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 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 en

[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

Re: [users@httpd] display Markdown in apache2?

2022-07-20 Thread Gary Aitken
On 7/19/22 9:42 PM, Gary Aitken wrote: Thanks for the replies. On 7/17/22 7:36 PM, Steve Williams wrote: On 7/17/2022 6:29 PM, Gary Aitken wrote: Can anyone point me at a resource for help getting apache2 to display Markdown (.md) files as translated to html? I did that awhile back: https

Re: [users@httpd] display Markdown in apache2?

2022-07-19 Thread Gary Aitken
Thanks for the replies. On 7/17/22 7:36 PM, Steve Williams wrote: On 7/17/2022 6:29 PM, Gary Aitken wrote: Can anyone point me at a resource for help getting apache2 to display Markdown (.md) files as translated to html? I did that awhile back: https://sbw.org/mdhandler/ So... I'm t

[users@httpd] display Markdown in apache2?

2022-07-17 Thread Gary Aitken
I've searched for a solution to this and can't find anything appropriate, which seems... strange, given the significant use of markdown I see. Can anyone point me at a resource for help getting apache2 to display Markdown (.md) files as translated to html? I know there are numerous markdown vari

Re: [users@httpd] perl / cgi-bin setup issue

2018-03-08 Thread Gary Aitken
On 03/08/18 21:44, Frank Gingras wrote: Make sure mod_cgi / mod_cgid is loaded first. Thank you, that did the trick. Gary On Thu, Mar 8, 2018 at 10:47 PM, Gary Aitken mailto:apa...@dreamchaser.org>> wrote: My first time trying to get a perl script to run, so probably som

[users@httpd] perl / cgi-bin setup issue

2018-03-08 Thread Gary Aitken
My first time trying to get a perl script to run, so probably something obvious. On freebsd 10.3, apache 2.4.25 httpd.conf: /usr/local/etc/apache24/httpd.conf: ... ScriptAlias /cgi-bin/ "/usr/local/www/apache24/cgi-bin/" AllowOverride None Options ExecCGI #(It'