What does the Apache "proxy:unix:..." handler do, and where is it documented? I see it used here and there, like:
SetHandler "proxy:unix:..."
For example in this recent question, or in the SetHandler and mod_fcgi documentation.
I can guess that it might pipe to a Unix socket, but what about the syntax in the mod_fcgi example? Where's the documentation?
I finally found the answer in the docs for ProxyPass:
This is the sethandler directive documentation:
This describes the use of Apache's handlers