hamano/apache-mod-markdown

Serving compressed markdown file

Opened this issue · 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