Weiss said: > As it looks like mod_include isn't changing a lot, but some new features > could be implemented there and would suite well. > > - Smart and efficient server-side caching mechanism! (extremly useful in > static sites but also for headers and footers that include many other > static files).
mod_cache and friends should be able to help with this, most of what you describe has already been implemented, however teaching mod_include to add mod_cache into the mod_include subrequests is an idea that is definitely worth investigating. Regards, Graham --
