https://bz.apache.org/bugzilla/show_bug.cgi?id=66038

            Bug ID: 66038
           Summary: mod_expires daily expiry enhancement request
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_expires
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

I have an HTML page with data that is updated once a day at 5pm. Ultimately I
would like mod_expires to be able to expire this web page every Monday - Friday
at 5pm, and will settle for expiring .html file daily at 5pm.

Diving deeper, the main HTML file is index.html and the daily updated file is
mosaic.html which is a Server Side Include file, <!--#include
virtual="mosaic.html"-->. The end user / browser never sees mosaic.html
directly. Alternatively, if mod_expires could use the most recent modification
time of any file that is server side included (e.g. mosaic.html), an
ExpiresDefault "modification plus 1 day" rule might be able to solve this use
case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to