After modifying the server.webpath, did you do a "pkill tg_fastcgi.fcgi" to clear out the old configuration?

Here are a few settings from my app on Dreamhost:

.htaccess:
---------------
AddDefaultCharset utf-8

RewriteEngine On
RewriteBase /
RewriteRule ^(tg_fastcgi\.fcgi/.*)$ - [L]
RewriteRule !^stat - [C]
RewriteRule ^(.*)$ tg_fastcgi.fcgi/$1 [L]

prodcfg.py:
----------------
server.webpath= "/tg_fastcgi.fcgi"

Also, did you update tg_fastcgi.fcgi to the newest version?  The version used for TG v.8 doesn't work with v.9.

Sean

On 2/24/06, WhyWorkPlayHalo <[EMAIL PROTECTED]> wrote:

I did not have that setting.  Yet, it doesn't seem to fix my current
problem.  I tried the the following to options in prodcfg.py:

server.webpath="~/public_html/tg_fastcgi.fcgi"

and

server.webpath=



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to