Hi All,

A few things are causing trouble in r1463

Varnish always uses uid nobody and gid nogroup.

i did this:
#useradd varnish
#varnishd -u varnish -g varnish ....

But, it still complained about group: nogroup not being present.

I added a group nogroup, just to keep varnish happy.

Varnish then complained about my VCL configuration in vcl_fetch()

<snip>
   if (resp.http.Content-Type ~ "text/html") {
      pass;
   }
</snip>

Is this something wrong?
The version that i am currently using (1.0.4 20 May 2007) never gave an 
error about resp.http.Content-Type.

Thank you.

Regards
A.S
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to