In message <[EMAIL PROTECTED]>, Tom Pepper writes: >HI Poul: > >Thanks for what should have probably been a glaringly obvious >answer. I now have a somewhat more strange problem.
>1) client requests http://varnish:10080/ -- varnishd returns / off >the backend correctly. >2) client requests /css/banner.css - varnishd returns correct file / >css/banner.css off of backend. >3) client requests /css/default.css - varnishd returns banner.css >4) client requests /images/blank.gif - varnishd returns banner.css Sounds like one of the rewrites are going haywire. My best suggestion is to study the varnislog output and try to find out what exactly is going on. You may want to enable the "vcl.trace" parameter, that will give you log records of each file.line.pos of VCL code executed. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
