PDA

View Full Version : rails and dispatch.cgi



Junior
06-25-2007, 01:53 AM
hi, sorry for my bad english.

I have a problem with my rails app. It works normaly, but sometimes I have output in browser like this:

Loaded suite dispatch.cgi

Started

Finished in 0.000135 seconds.

0 tests, 0 assertions, 0 failures, 0 errors

HTTP/1.1 200 OK

Date: Mon, 25 Jun 2007 07:47:54 GMT

Server: Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited

/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b

Cache-Control: no-cache

Set-Cookie: _amba_admin_session_id=2eb0db6ac7bff9e967207ac4a70 2761c; path=/

Content-Length: 522

Keep-Alive: timeout=15, max=93

Connection: Keep-Alive

Content-Type: text/javascript; charset=utf-8

/// My page code (html/javascript)

Loaded suite dispatch.cgi

Started

Finished in 0.000138 seconds.

0 tests, 0 assertions, 0 failures, 0 errors

It can happen on every request that I send to site (with no predictable patterns), but most of the time all works fine. Can anyone explain why this takes place and maybe recomend what to do with this.
Big thanks!

azathoth
04-17-2008, 01:27 AM
I'm having the same issue. Can anyone please tell me why or how?