apache-mod-markdown icon indicating copy to clipboard operation
apache-mod-markdown copied to clipboard

Serving compressed markdown file

Open GingkoFr opened this issue 5 years ago • 0 comments

Hello,

I would like to now if there is a way to process a (gzip) compressed markdown file? I mean, if I have a file named foo.md.gz (or foo.gz.md), I would like to have it:

  1. Uncompressed (gunzip) by some handler.
  2. Processed by apache-mod-markdown.

Maybe there is an already existing Apache handler / configuration that I could use, but it doesn't seem very obvious to find: the mod_deflate module seems to be more designed for compressing contents in order to send it to the client than for uncompressing contents in order to send it to another handler.

Regards,

Gingko

GingkoFr avatar Feb 06 '20 15:02 GingkoFr