Error in my application passenger log.
[error]Premature end of script headers:
[ pid=xxxxx thr=x file=ext/apache2/Hooks.cpp:xxx time=2012-10-06 07:45:05.816 ]: The backend application (process 29746) did not send a valid HTTP response;
instead, it sent nothing at all.
It is possible that it has crashed;
please check whether there are crashing bugs in this application.
I searched on the internet and i found that this issue can resolve by setting the passenger pool idle time.
Can any one please suggest how to set it?
Thanks in advance
In your Apache httpd.conf file add this line after “LoadModule passenger_module”
Change the “300” to the number of seconds the application process can be idle before being shut down to conserve memory.