Sean, Just to make sure I didn't mess anything up, I started from scratch and followed the dreamhost instructions. I am sure I am using the fcgi file for 0.9, and I modified my config files to be identical to yours. Those are pretty much the same as the dreamhost ones except for the AddDefaultCharset and the webpath modfication. With or without those changes, the same "404 Not Found..The path '/tg_fastcgi.fcgi/' was not found. Powered by CherryPy 2.2.0beta"
Are you using the latest 0.9a1 version from the preview/download section? Or are you using the latest from subversion? Is there any known compatibility issue using the new python config files instead of the old .cfg files with webhosts? (I'm on bluehost) Everything seems to work fine with the 0.89 version, just not this new one, even when installing from scratch. Thanks. Sean De La Torre wrote: > 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="/tg_fastcgi.fcgi" > > > > Neither seemed to have an effect on the 404 error I am seeing. > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

