Hello all :)<br>I am trying to release my first live nitro app, but with no luck untill now!<br>I contracted a DreamHost account since they have Rails support with fcgi and here what i manage to have done:<br><br>1) Install a recent ruby version
<br>2) Install gems<br>3) Install nitro 0.41 via gem<br>4) Renamed fcgi.rb to dispatch.fcgi and added "require 'socket'" to it<br>5) Created a .htaccess from a Rails example<br><br>Ok, now I can start nitro in debug mode, just typing "nitro" in the application directory. but if I run the
dispatch.fcgi it gives me<br><br>INFO: Og uses the Mysql store.<br>INFO: Using Memory sessions.<br><br>with $DBG = true just the db creation info is added to this.<br><br>the apache log says: FastCGI: incomplete headers (0 bytes) received from server "/home/dokk/keetu/dispatch.fcgi"
<br>and nothing is created into the log dir of my app.<br><br>has anyone passed through this? can anyone help me?<br>