Problems with revision 1643.
Anup Shukla
anup at iamcool.net
Thu Jul 5 08:40:41 CEST 2007
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
More information about the varnish-misc
mailing list