Neil Schemenauer wrote: > On Wed, Aug 10, 2005 at 10:20:25AM -0700, mso@oz.net wrote: >> I'll just plug my longstanding request that Quixote redirect path '' >> (the >> mount point itself) to '/'. > > I believe this problem is solved in version 1.5 if you use the > SCGIMount directive. For example: > > SCGIMount /rl localhost:3002 > > The other good news is that if you use SCGIMount then PATH_INFO > works as expected. I just tried SCGI 1.5 but can't get it to work. Going to the mount point produces the familiar assertion error. Going to any legitimate URL produces Internal Server Error ("premature end of script headers"). This is with either SCGIMount or SCGIServer/SCGIHandler. Going back to SCGI 1.4 makes it work again. -- -- Mike Orr