indeyets / appserver-in-php

Generic HTTP applications approach for PHP5.3+ (inspired by Rack and WSGI)
BSD 3-Clause "New" or "Revised" License
291 stars 23 forks source link

Provide applications access to AiP config #16

Open bergie opened 13 years ago

bergie commented 13 years ago

I have an issue with the Symfony AiP bundle where I need to make it configurable (to support multiple applications in different URLs defined by user).

The easiest way to accomplish this would be to enable my aip.yaml to contain the mappings, as then user would only need to mess with one YAML file.

bergie commented 13 years ago

For now I solved this with a little hack

indeyets commented 13 years ago

So, what you need, is the support for URLMap middleware in aip.yaml. right?

bergie commented 13 years ago

In this case, yes. But maybe other custom configurations would be useful as well.