Skip to content

Serving compressed markdown file #32

@GingkoFr

Description

@GingkoFr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions