On 8/23/2013 2:50 PM, Jim Jagielski wrote: > I've also looked at (and am hoping it works out) > > sock://var/run/server.sock|http://localhost/foo/bar > > The reason I like using '|' is it's quite Perlish :) > The other advantage is that it keep both "sides" completely > separate and self-contained.
I like this one better... it's definitely the "cleanest" representation. I'm assuming that the post-pipe stuff gets parsed as usual and then 'localhost' gets sent as the Host header (unless ProxyPreserveHost is set)? -- Daniel Ruggeri