On Mon, Mar 10, 2008 at 3:57 AM, Gsm Lock <[EMAIL PROTECTED]> wrote: > I have a few backend servers . Static documents on servers has ugly > addresses as http://my-next-back.end/111../785643../blabla/.../myXXXX.doc > (mostly unstructured). > Some of them has not unique names. > I need them to be accessible from frontend as > http://myfront.end/something/my-new-named.doc > There are a few thousands of documents... How can I (when I do) configure > Varnish for this ?
This is easily done with Varnish. See the gsub() method in vcl(7). You'll need a working knowledge of regular expressions. Best regards, --Michael _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
