Hey Zed,<br><br>I&#39;m excited for Mongrel 1.0 final!&nbsp; I do have something i ran into before and still is occurring with the new version.&nbsp; When i run into a 500 based error i seem to get header information as output when using mongrel:
<br><br><pre id="line1">Status: 500 Internal Server Error<br>Content-Type: text/html<br><br><span class="doctype">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;</span><br>&lt;<span class="start-tag">
html</span>&gt;<br>&lt;<span class="start-tag">head</span>&gt;<br><br></pre>I still get the appropriate page as i should, i just get the header info before the page output.&nbsp; I remember you telling me that Rails is sending back the error and page this way, but is there something that can be done so this is not shown?
<br><br>.: Michael :.<br><br><div><span class="gmail_quote">On 12/20/06, <b class="gmail_sendername">Zed A. Shaw</b> &lt;<a href="mailto:zedshaw@zedshaw.com">zedshaw@zedshaw.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Minions!<br><br>It&#39;s *finally* here.&nbsp;&nbsp;Mongrel 1.0 RC1 for everyone to test, even the win32 folks.&nbsp;&nbsp;I managed to get everything to build on windows, including fastthread, and even cleaned up the &quot;releases source&quot;:
<a href="http://mongrel.rubyforge.org/releases/">http://mongrel.rubyforge.org/releases/</a> so that it should install cleaner.&nbsp;&nbsp;Win32 will have to try and report problems, as it seems rubygems is real finicky on win32.<br>
<br>UNIX Install with:<br><br> $ gem install mongrel --source=<a href="http://mongrel.rubyforge.org/releases">http://mongrel.rubyforge.org/releases</a><br><br>WIN32 Install with:<br><br> $ gem uninstall mongrel<br> $ gem uninstall gem_plugin
<br> $ gem uninstall fastthread<br> $ gem install fastthread --source=<a href="http://mongrel.rubyforge.org/releases">http://mongrel.rubyforge.org/releases</a><br> $ gem install mongrel --source=<a href="http://mongrel.rubyforge.org/releases">
http://mongrel.rubyforge.org/releases</a><br> $ gem install mongrel_service --source=<a href="http://mongrel.rubyforge.org/releases">http://mongrel.rubyforge.org/releases</a><br><br>If you have problems with fastthread then skip it, it&#39;s optional on Win32.&nbsp;&nbsp;The win32 process is more involved because there hasn&#39;t been a stable release of it for a while now.&nbsp;&nbsp;That&#39;s why you have to remove everything you can and then re-install.
<br><br>*** Make sure that gem_plugin is version 0.2.2 or the whole thing dies.&nbsp;&nbsp;***<br><br>If you have problems installing any of this then add a / to the end of the source:<br><br> $ gem install mongrel --source=<a href="http://mongrel.rubyforge.org/releases/">
http://mongrel.rubyforge.org/releases/</a><br><br>Yes, that&#39;s retarded, blame the rubygems folks.<br><br>You can view the ChangeLog for this latest release &quot;in the releases&quot;:<a href="http://mongrel.rubyforge.org/releases/ChangeLog">
http://mongrel.rubyforge.org/releases/ChangeLog</a> directory like normal.&nbsp;&nbsp;This ChangeLog covers everything done since 0.3.18 but it&#39;s in svn log format so only read it if you&#39;re really uptight.<br><br>And as usual, report any bugs.&nbsp;&nbsp;I&#39;ll be posting instructions on using the new mongrel_service when I get them from Luis.
<br><br><br>IT&#39;S RC1 FOR A REASON<br><br>Before you go off installing this thing in your production servers because you missed the RC1 identifier, remember that RC means &quot;Release Candidate&quot;.&nbsp;&nbsp;Test it to death, use it, report bugs, but only a fool installs it in mission critical situations without fully testing it.
<br><br>OFFICIAL 1.0 (PARTY!)<br><br>If nobody has any problems with this release then it&#39;ll go out on Friday as the official 1.0 release.<br><br>--<br>Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu<br><a href="http://www.zedshaw.com/">
http://www.zedshaw.com/</a><br><a href="http://www.awprofessional.com/title/0321483502">http://www.awprofessional.com/title/0321483502</a> -- The Mongrel Book<br><a href="http://mongrel.rubyforge.org/">http://mongrel.rubyforge.org/
</a><br><a href="http://www.lingr.com/room/3yXhqKbfPy8">http://www.lingr.com/room/3yXhqKbfPy8</a> -- Come get help.<br>_______________________________________________<br>Mongrel-users mailing list<br><a href="mailto:Mongrel-users@rubyforge.org">
Mongrel-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/mongrel-users">http://rubyforge.org/mailman/listinfo/mongrel-users</a><br></blockquote></div><br>