> Yeah, if not under DocumentRoot I don't see how ProxyPass could work, > but SetHandler should since it's following the whole request > processing to resolve the filesystem r->filename?
In the examples I am seeing spot-checking google results, people who use ProxyPass + FPM hard-code the document root (or wherever the stuff is) in the 2nd parameter. This includes our own manual and the unofficial confluence wiki.