Hello,

I'm using apache (2.0.54) as a frontend server to proxy content from 
application servers,

I'd like to enable caching in order to decrease the load of the backend servers,

I tried to add CacheEnable directive:

ProxyPass        /content1 http://server:8080/content1
ProxyPassReverse /content1 http://server:8080/content1
CacheEnable mem  /content1
#CacheEnable disk /content1

but I still see queries going to the application servers,
if disk cache is used nothing is stored into the CacheRoot folder,
i.e. ProxyPass content is somehow ignored .. does it really work in ver 2.0.x
as it is written in the mod_cache doc page?

Does anyone use caching in reverse proxy configuration, could you send me some 
examples

Thank you
Yavor

__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to