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. Neil