Alex Morega ha scritto:
> Hello,
>
> This is not really a WSGI question, it's more into general configuration, but
> I don't know of a better place to ask it.
>
> Paster config files allow you to hook up WSGI applications, middleware, and a
> server, plus some (undocumented?) magic configuratio
Thank you all for your responses!
- Gustavo.
On 15/03/10 17:02, Nathan Yergler wrote:
> We've migrated a couple applications from mod_wsgi to mod_fcgid
> (http://httpd.apache.org/mod_fcgid/) without any problems, and it's
> now our default deployment strategy.
>
> Regards,
>
> Nathan
>
>
> On Mo
WHIFF has a concept of configurable resources
for application groups, if you care to take a look.
concept:
http://whiffdoc.appspot.com/docs/W1000_1000.resources
deployment API:
http://whiffdoc.appspot.com/docs/W1200_1000.DirectoryConfig
access API:
http://whiffdoc.appspot.com/docs/W1200_13
Hello,
This is not really a WSGI question, it's more into general configuration, but I
don't know of a better place to ask it.
Paster config files allow you to hook up WSGI applications, middleware, and a
server, plus some (undocumented?) magic configuration of the logging module.
But what abo