12 messages in com.googlegroups.pylons-discussRe: Configuring PYTHONPATH with fcgi
FromSent OnAttachments
Matthew Burgess13 Aug 2006 13:16 
Mathias GUG13 Aug 2006 13:49 
Jamie Wilkinson13 Aug 2006 15:11 
Matthew Burgess13 Aug 2006 15:48 
Mathias GUG13 Aug 2006 17:24 
Matthew Burgess14 Aug 2006 10:17 
Matthew Burgess14 Aug 2006 10:34 
Mathias GUG14 Aug 2006 14:34 
Mathias GUG14 Aug 2006 14:42 
Philip Jenvey14 Aug 2006 15:59 
uuellbee17 Aug 2006 07:59 
Matthew Burgess08 Sep 2006 13:21 
Subject:Re: Configuring PYTHONPATH with fcgi
From:Matthew Burgess (matt@linuxfromscratch.org)
Date:08/14/2006 10:34:26 AM
List:com.googlegroups.pylons-discuss

Mathias GUG wrote:

I also had to modify my .htaccess, because I had recursion limit errors with mod_rewrite. The rules I've added are :

RewriteRule ^$ /dispatch.fcgi/ [L] RewriteCond %{REQUEST_URI} !^/dispatch.fcgi/.* RewriteRule ^(.*)$ /dispatch.fcgi/$1 [QSA,L]

Thanks for those, I was also having problems with the rewrite URLS on the wiki page. The above sorted it nicely!

Regards,

Matt.