in reply to Configuring Starman a la Apache

Well, you can't, really. Starman::Server is a subclass of Net::Server::PreFork, which is a subclass of Net::Server::PreForkSimple, which is a subclass of Net::Server, and these servers don't actually serve files :) so the concept of an Alias doesn't exist -- you write it all