Vincent Bray wrote:
I have an httpd config with a rewrite rule with a proxy;
RewriteRule ^/path1/(.*) http://localhost:8080/path2$1 [P]
Why use rewrite for this? ProxyPass & ProxyPassReverse would be better.
Ah. I see, for some reason I didn't think mod_proxy would handle the
mapping which simplfies things nicely.
and a disk cache like so;
CacheRoot /tmp/cache
CacheSize 32768
CacheEnable disk /
Now my index page "index.html" gets cached, but nothing that is handled
by the rewrite rule below path1 or path2.
I find "LogLevel debug" very helpful in determining why mod_cache
isn't doing it's thing.
Thanks, the rewrite urls were being caught by a mem_cache earlier in the
config.
Thanks again.
Tom
noodl
---------------------------------------------------------------------
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]