On Oct 22, 10:25 pm, Jonathan Lundell <jlund...@pobox.com> wrote: > On Oct 22, 2010, at 1:06 PM, cjrh wrote: > > > > > On Oct 22, 8:21 pm, Jonathan Lundell <jlund...@pobox.com> wrote: > >> Thanks, John. I was asking in part because it appears that routes_in might > >> be broken for FastCGI and other interfaces that don't provide PATH_INFO. I > >> have a patch, but no good way to test it (I don't have a FastCGI > >> environment available myself). > > > I am using FastCGI on two sites. routes_in appears to work. > > > routes_in=(('/web2py/(?P<a>.*)','/\g<a>'),) > > And without routes_in it breaks?
Apparently it doesn't break if I comment out the routes_in line...you may be on to something.