Hii everyone, I am a newbie trying to work my way through pylons.Developed an app and am trying to install it on dreamhost.Am trying to use fcgi with flup as shown here:-
http://joefleming.net/2007/12/02/python-pylons-and-fastcgi-on-dreamhost/ but all i get is "An unhandled exception was thrown by the application." whenever i try to reach it through my browser , the error logs keep printing out "Premature end of script headers: dispatch.fcgi"... when i call dispatch.fcgi through the shell i get """WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI! WSGIServer: missing FastCGI param SERVER_NAME required by WSGI! WSGIServer: missing FastCGI param SERVER_PORT required by WSGI! WSGIServer: missing FastCGI param SERVER_PROTOCOL required by WSGI! Status: 301 Moved Permanently location: http://localhost/ content-type: text/plain; charset=utf8 Content-Length: 204 301 Moved Permanently The resource has been moved to http://localhost/; you should be redirected automatically. The resource has moved to http://localhost/ - you should be redirected automatically. """ I have a feeling that there could be something wrong with my ini or .htaccess files .. Can someone be kind enough to have a look. the config file :-http://pastebin.com/yYUAaszF the .htaccess file :- http://pastebin.com/Bc0L67eC Can someone please help me with this... have tried enough googling , everything but nothing seems to work, please help! Vivek -- 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.
