Re: Cache-Control for httpd

2015-09-17 Thread Craig Skinner
Hi Manuel, On 2015-09-15 Tue 14:49 PM |, Manuel Giraud wrote: > > Questions: > - Is there any interest? As a user I'm interested: http://marc.info/?l=openbsd-misc&m=140976806917292&w=2 http://marc.info/?l=openbsd-misc&m=143591750200748&w=2

Re: Cache-Control for httpd

2015-09-15 Thread Larry Hynes
Tuesday Sep 15 2015, 13:49:27 (+0100), Manuel Giraud : Questions: - Is there any interest? I'm interested! :D Apologies if you were looking for interest from httpd devs, I am merely a humble user. I'm currently using relayd to add an expires header to my httpd traffic. It's okay, but I

Cache-Control for httpd

2015-09-15 Thread Manuel Giraud
Hi, Here is a patch for some cache control in httpd. I've embedded this into the 'types' section so one can have the following in httpd.conf: types { text/html htm html text/csscss < 604800 image/jpeg jpeg jpg < 86400 } Questions: - Is there any