On Sun, Nov 13, 2016 at 4:14 AM, Jayaram Ponnusamy <[email protected]> wrote: > But the Problem is, Contents are coming from different server how to use > disk and file cache at webServer level. Kindly please help on this?
Forget about "file cache". mod_cache doesn't care where the response came from. > > -> shared filesystem can help for Files? There's no point in trying to accelerate static files > -> how to cache DB contents on WebServer? Not in a webserver. You can cache HTTP responses or not, but nothing about a database. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
