Anup Shukla <[EMAIL PROTECTED]> writes:
> 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.

All parameters are initialized to their default values before the
command-line arguments are processed.  This is not normally an issue,
but lately we've introduced a handful of parameters that have side
effects.

> Varnish then complained about my VCL configuration in vcl_fetch()
>
> <snip>
>    if (resp.http.Content-Type ~ "text/html") {
>       pass;
>    }
> </snip>
>
> Is this something wrong?

s/resp/obj/

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to