Jorge, Mike, Thanks for the help.
I've decided to give a try to FastCGI, and I am going a little bit further but it still isn't working as expected. The problem I am now facing is that the url are requested to cherrypy with a "tg_fastcgi.fcgi" prefix. This is due to the rewriting rules in my .htaccess: RewriteEngine On RewriteBase / RewriteRule ^(tg_fastcgi\.fcgi/.*)$ - [L] RewriteRule !^stat - [C] RewriteRule ^(.*)$ tg_fastcgi.fcgi/$1 [L] If I use the server.webpath="/tg_fastcgi.fcgi" setting in my config file, it effectively strips out the "tg_fastcgi.fcgi" from the incoming requests, but it also prepends "tg_fastcgi.fcgi" to all the outgoing url! Which doesn't really improve the situation... Any ideas? Thanks, Yannick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

