I came back to this after not looking at it for a while and it looks like you can get the plugin to work just by modifying one line:<br><br>&lt;gems_path&gt;/mongrel_config-0.3/lib/mongrel_config/app.rb:<br>[71] self &lt;&lt; 
template.result(binding)<br><br>remove &quot;self &lt;&lt;&quot; as it is not needed and all works as expected.&nbsp; Now i can use this as a guide for my idea (finally!)<br><br>I hope this helps someone out.<br><br>.: Michael :.
<br><br><div><span class="gmail_quote">On 12/19/06, <b class="gmail_sendername">Michael D&#39;Auria</b> &lt;<a href="mailto:michael.dauria@gmail.com">michael.dauria@gmail.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;">
I am not sure what i am doing wrong here, but no matter what i try i get no output from <span id="st" name="st" class="st">mongrel_config</span>:<br>$ mongrel_rails configtool<br><br>$ telnet localhost 3001<br>Trying 127.0.0.1..
.<br>Connected to localhost.<br>Escape character is &#39;^]&#39;.
<br>GET /config/ HTTP/1.1<br><br>HTTP/1.1 200 OK<br>Connection: close<br>Date: Tue, 19 Dec 2006 05:33:16 GMT<br>Content-Type: text/html<br>Content-Length: 0<br><br>Connection closed by foreign host.<br><br>Here is a YAML dump of the $server object:
<br>--- &amp;id001 !ruby/object:Mongrel::HttpServer <br>acceptor: !ruby/object:Thread {}<br><br>classifier: !ruby/object:Mongrel::URIClassifier <br>&nbsp; handler_map: <br>&nbsp;&nbsp;&nbsp; /log: <br>&nbsp;&nbsp;&nbsp; - !ruby/object:Mongrel::DirHandler 
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_content_type: application/octet-stream<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; index_html: index.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listener: *id001<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listing_allowed: true<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path: /home/michael/hhp/trebleNation/log<br>&nbsp;&nbsp;&nbsp; /favicon.ico: <br>&nbsp;&nbsp;&nbsp; - !ruby/object:Mongrel::Error404Handler 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listener: *id001<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; response: |-<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HTTP/1.1 404 Not Found<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connection: close<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Server: Mongrel 0.3.20<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NOT FOUND<br>&nbsp;&nbsp;&nbsp; /config/resources: <br>&nbsp;&nbsp;&nbsp; - !ruby/object:Mongrel::DirHandler 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_content_type: application/octet-stream<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; index_html: index.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listener: *id001<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listing_allowed: true<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path: /usr/local/lib/ruby/gems/1.8/gems/<span id="st" name="st" class="st">
mongrel_config</span>-0.3/resources
<br>&nbsp;&nbsp;&nbsp; /config: <br>&nbsp;&nbsp;&nbsp; - !ruby/object:Mongrel::Camping::CampingHandler <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; files: !ruby/object:Mongrel::DirHandler <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_content_type: application/octet-stream<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; index_html: index.html<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listing_allowed: false
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path: /<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guard: !ruby/object:Mutex {}<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; klass: !ruby/object:Module {}<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; listener: *id001<br>death_time: 60<br>host: <a href="http://0.0.0.0" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

0.0.0.0</a><br>num_processors: 1073741823
<br>port: &quot;3001&quot;<br>socket: !ruby/object:TCPServer {}<br><br>timeout: 0<br>workers: !ruby/object:ThreadGroup {}<br><br>What&#39;s weird is that i can go to: <a href="http://localhost:3001/config/resources" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://localhost:3001/config/resources
</a> and see the erb template output with &lt;% .. %&gt;.&nbsp; Currently I am running Mongrel 0.3.20 but i had the issue with 0.3.18 as well.&nbsp; System is an Ubuntu Edgy on 2.6.17-10 kernel.<br><br>Any help would be greatly appreciated,
<br><span class="sg"><br>.: Michael :.<br>

</span></blockquote></div><br>