in reply to Configuring Starman a la Apache
You will need to understand PSGI then. Basically you do your own dispatch under PSGI, so depending on how you dispatch, the answer for aliases will vary too.
If you cannot (or don't want to) change your underlying PSGI application, take a look at Plack::Middleware::Rewrite by Aristotle, which might be enough for aliasing requests to two URLs.
|
---|