I'd like to provide access to multiple remote Web-servers via my Apache using reverse proxy. Remote Web-servers connected via low-speed channels so I'd like to use caching to speed-up content loading for clients. I set up reverse proxy and cache modules. The accessed files put into cache but download speed was not increased. It seems that files is reloaded every time when accessed and caching don't work actually. This is an excerpt from my conf file <VirtualHost 10.10.1.2> ServerName www-root.in CacheEnable disk / ProxyPass /vvmn/ http://10.34.1.23/ </VirtualHost> Requested URLs looks like this http://www-root.in/vvmn/pics/035457.JPG 10.34.1.23 - IP address of the remote server. What's wrong? Thanks in advance. Airat --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx