On Sun, Nov 13, 2016 at 4:14 AM, Jayaram Ponnusamy
<jayaram.ponnus...@gmail.com> 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
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to