"Babblu Ghimire" <[email protected]> writes: > I issued such command from terminal: > #varnishd -a "192.168.0.1"/8000 (avail varnish to my network) > #varnishd -b "192.168.0.1"/3128 (pointed to my squid server)
Neither of these will work, because a) the address syntax is incorrect and b) you need to specify both a listen address and a backend address. The details are in the man page. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
