On Mon, Sep 29, 2014 at 11:46:48PM -0500, Brice Burgess wrote: > I would like to lowercase both the host and url during my > normalization routines in vcl_recv. Stackoverflow has an example > using embedded C; [...] > Is this the recommended approach No. Use the tolower method in the std vmod. man vmod_std -- Andreas