I have a Dreamhost account and I tried setting a small app up on my account using fcgi when I first started using Pylons; I couldn't get it to work. HTTP 500 error pages are not the most helpful things in the world; I would recommend making good use of the Apache error logs in your 'logs' folder.
Pylons is not as simple to set-up as PHP on Dreamhost. I ended up getting a Xen slice at Grokthis.net and my app has been serving up pages for about a month. It was a lot easier than fcgi and the app runs a lot faster. Paste has been serving my small app for weeks without any issues so far. K On Jul 25, 4:04 pm, walterbyrd <[EMAIL PROTECTED]> wrote: > On Jul 25, 2:59 pm, Cliff Wells <[EMAIL PROTECTED]> wrote: > > > > > It doesn't. Paste provides an HTTP server. You can let it serve > > directly, or, more likely, put it behind another HTTP server that can > > proxy (I personally recommend Nginx, but lots of people use > > Apache/mod_proxy or Lighttpd). > > But, since I'm using a shared host, which has apache (dreamhost), then > I have to use fastcgi, correct? > > I don't think dreamhost has mod_proxy. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
