On Oct 22, 2010, at 1:06 PM, cjrh wrote:
> 
> On Oct 22, 8:21 pm, Jonathan Lundell <[email protected]> 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?

Do you have a routes_out as well?

Reply via email to