On Tue, Jul 28, 2015 at 01:49:30PM -0400, Tim Dunphy wrote: > I've just upgraded my varnish setup from version 3 to version 4. I've > successfully ported almost my entire default.vcl file to the new syntax. [cut] > But I need to use Apache basic auth. The new version requires you to install > a module for this.
I'm not familiar with any change in this regard between 3.0 and 4.0. Basic auth is just a static header. Set bereq.http.Authorization and you should be good to go? -- Lasse Karstensen Varnish Software AS _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
