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)