Bug 54605

Summary: mod_negotiation should cache the info it generates for a request instead of computing it every time
Product: Apache httpd-2 Reporter: Mina Galić <me>
Component: mod_negotiationAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Mina Galić 2013-02-24 23:46:53 UTC
mod_negotiation should cache the info it generates for a request instead of computing it every time.

This way we'd have a simple way of enabling "var-maps" without actually creating them.

We have a facility for caching that modules can use http://httpd.apache.org/docs/current/socache.html - if it's enabled, we should simply use it.

(Btw, the same could be said for FileETags)