Re: Varnish on FreeBSD

2009-03-31 Thread Dag-Erling Smørgrav
Olivier Nicole writes: > $ /usr/local/sbin/varnishd -P /var/run/varnishd.pid -a localhost:6081 -f > /usr/local/etc/varnish/default.vcl -T localhost:6082 -s malloc,5G -s > file,/web/varnish,50% -u www -g www Why use both malloc and file? Varnish will spread objects equally between both storage

Re: Danish characters in vcl_error.

2009-03-31 Thread Lars Jørgensen
Hi Audun, Great, thank you for your help! -- Lars Den 27/03/2009 kl. 14.26 skrev Audun Ytterdal: > You have to html-encode the danish characters.. > > Like this: > > Beklager, en feil har oppstått på en av VGs > tjenester > > > > On Fri, Mar 27, 2009 at 2:12 PM, Lars Jørgensen > wrote

[no subject]

2009-03-31 Thread Koteswara Rao
Hello, I am using Varnish on Free BSD. I am using varanishncsa to output apache style logs from Varnish. My question is, how do I get varnishncsa to work with cronolog to rotate logs? Please let me know if there's a document already somewhere for this. Thanks in advance. Eshwar _

varnish stopps responding with no reason

2009-03-31 Thread Sascha Kain
Hi, im was running squid3 for a while now, but now i tested varnish, to cache my cdn. Following: proxycache1:/var# varnishd -V varnishd (varnish-2.0.3) The Server is Debian Etch 4.0 incl. all official updates. It has 24GB of RAM with 64Bit CPU. I compiled and installed varnish with no errors.

Re:

2009-03-31 Thread Olivier Nicole
Hi, > I am using Varnish on Free BSD. I am using varanishncsa to output apache st= > yle logs from Varnish. My question is=2C how do I get varnishncsa to work w= > ith cronolog to rotate logs? I am using native newsyslog from FreeBSD and simply send a SIGHUP to varnishncsa process: in /etc/newsys

Re: Varnish on FreeBSD

2009-03-31 Thread Olivier Nicole
Hi, > Why use both malloc and file? Varnish will spread objects equally > between both storage backends. You'd be better off using just the file. OK, I removed that :) > > The file system used for storage has 407 GB available and Varnish > > plans to use up to 1626 GB out of that, that is far

Syntax change

2009-03-31 Thread Paras Fadte
Hi, I downloaded varnish from trunk and installed it but when tried to restart it using the previous version .vcl file it gave following error. Message from VCC-compiler: Variable 'obj.cacheable' not accessible in method 'vcl_fetch'. Where can I get syntax change . Is it listed on varnish site