On Thu, Nov 17, 2011 at 10:30:55AM +0100, Martin Koch Andersen wrote: > > If you have /a.html containing: > > <h1>a.html</h1> > <esi:include src="/b.html" /> > > And I then do a BAN of /a.html - it seems that /b.html is banned as well?
No: apj@marvin:~$ cat /var/www/a.html <h1>a.html</h1> <esi:include src="/b.html" /> apj@marvin:~$ cat /var/www/b.html 2 apj@marvin:~$ varnishadm ban.url a.html CLI connected to 127.0.0.1 6082 apj@marvin:~$ GET localhost/a.html <h1>a.html</h1> 1 apj@marvin:~$ varnishadm ban.url b.html CLI connected to 127.0.0.1 6082 apj@marvin:~$ GET localhost/a.html <h1>a.html</h1> 2 (b.html used to contain "1") -- Andreas _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
