http://qs1969.pair.com?node_id=954591

szabgab has asked for the wisdom of the Perl Monks concerning the following question:

I am using Starman to host a web site. I would like to setup a couple of other domains on the same server and tell Starman to handle them. How can I do that? I think Starman cannot handle it alone so I thought I'd need a Plack::Middleware. I checked, but I could not find any that would do that. Have I missed it or do I misunderstand how this should work?

Update

I also asked on the IRC channel of Plack and they directed me to Plack::Builder which is just awesome.