This helped!
Though, a bit strange, the only "hint" for the mongrel port is in
request.env["rack.errors"] which is an IO object pointing the logfile
of the mongrel. It is something like "/somepath/mongrel.400x.log".
Hence
request.env["rack.errors"].inspect[/mongrel\.\d+/]
verboses the mongrel port of the request.
Thanks, this solves my problem, Thomas
On 9 Dez., 14:06, Kristian Hellquist <
kristian.hellqu...@gmail.com>
wrote:
> Does request.env.inspect gives you any hint?
>
> 2009/12/9 Thomas <
thomas.net...@gmail.com>: