In message <[EMAIL PROTECTED]>, Tim Kientzle wri tes: > "# Start Varnish by typing: varnishd -f /etc/varnish/default.vcl" > >Which clearly doesn't actually work.
This is wrong and should be fixed. The default VCL does not contain any backend specifications, as we have no idea where to find the users backend. THe default.vcl is actually compiled in, and need not be provided, a simple backend specification is all that is necessary. -- 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
