On Oct 11, 2013, at 12:24 PM, Jim Jagielski <[email protected]> wrote:
>
> Committed in r1531340 the above is implemented... kinda.
> I instead went with
>
> http://localhost/foo/bar|sock:/var/run.s.sock
>
> which worked out just a bit cleaner...
After playing around the above, I find that it's hard to
come up with a consistent and logical (non-surprising)
way to merge the 2 paths in the 2 uris... especially
when you consider that ap_runtime_dir_relative()
should really be applied as well.
Soooooooo
I'm proposing that we simply drop the "sock:..."
part and use 2 things as the "this is a UDS"
trigger:
1. hostname is 'localhost'
2. the '|' is the last char of the URL
eg:
ajp://localhost/./rel/dir/foo.sock|
http://localhost/var/tmp/s.sock|
Comments?