Problems with revision 1643.

Dag-Erling Smørgrav des at linpro.no
Thu Jul 5 13:36:54 CEST 2007


Anup Shukla <anup at iamcool.net> 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



More information about the varnish-misc mailing list