You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Uncompressed (gunzip) by some handler.
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: