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

2022-07-17 Thread Steve Williams
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/ It was a fun project!

[users@httpd] Minimal Example of Caching Reverse Proxy for One URL?

2021-08-09 Thread Steve Williams
Can anyone point me to a minimal example of configuring a reverse proxy for a single .js URL, where the local server caches the Javascript file and serves it with appropriate headers, like Expires, Last-Modified, Cache-Control, etc., and maybe even a 304 response if the request includes If-Modi