From e6f6432e958f3074ec210b61101bbb4be4edc1fe Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 14 Mar 2016 22:00:18 +0000 Subject: Drop Cache-Control: max-age for RRDP notification files to match current RRDP specification, and get the URI right while we're at it. svn path=/branches/tk705/; revision=6309 --- ca/rpkigui-apache-conf-gen | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ca/rpkigui-apache-conf-gen b/ca/rpkigui-apache-conf-gen index b617b4ac..41e7e9f3 100755 --- a/ca/rpkigui-apache-conf-gen +++ b/ca/rpkigui-apache-conf-gen @@ -67,10 +67,12 @@ Alias /rrdp %(datarootdir)s/rpki/rrdp-publication/ # # RRDP "notification" file needs a short expiration: this is # a critical part of how RRDP interacts with HTTP caching. +# Timeout is per current RRDP I-D, this will need to track +# any changes as the specification evolves. # - + ExpiresActive on - ExpiresDefault "access plus 5 minutes" + ExpiresDefault "access plus 1 minute" # -- cgit v1.2.3